summaryrefslogtreecommitdiff
path: root/dmake/mac
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:50:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:50:45 +0000
commit20c7087eb84143d098acb0b3ba70b09b742c2ae9 (patch)
treec229393fda0dbf10f198e103ff58451ed3b6a747 /dmake/mac
parent9e4411bf2f95094ab942ea48e309d7947f6e2571 (diff)
INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:01 mh 1.3.8.1: join: from beta2
Diffstat (limited to 'dmake/mac')
-rw-r--r--dmake/mac/public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/mac/public.h b/dmake/mac/public.h
index 5a8fba65b238..c6487fdb79c8 100644
--- a/dmake/mac/public.h
+++ b/dmake/mac/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:21 hr Exp $
+/* RCS $Id: public.h,v 1.4 2003-06-12 10:50:45 vg Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,7 +88,7 @@ void Clear_prerequisites ANSI((CELLPTR));
int Test_circle ANSI((CELLPTR, int));
STRINGPTR Def_recipe ANSI((char *, STRINGPTR, int, int));
t_attr Rcp_attribute ANSI((char *));
-void main ANSI((int, char **, char **));
+int main ANSI((int, char **, char **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));