summaryrefslogtreecommitdiff
path: root/dmake/tos
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:53:07 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:53:07 +0000
commite4633ded5054567ff365ecf0302d9f60ad812226 (patch)
tree87282131c4da5b54c4c050fa1bdd37148acb58eb /dmake/tos
parent692017acb804fec5698583c1a1041be60e3e5b3e (diff)
INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:13 mh 1.3.8.1: join: from beta2
Diffstat (limited to 'dmake/tos')
-rw-r--r--dmake/tos/public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/tos/public.h b/dmake/tos/public.h
index c6c2c5257516..d07576d958e6 100644
--- a/dmake/tos/public.h
+++ b/dmake/tos/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:41 hr Exp $
+/* RCS $Id: public.h,v 1.4 2003-06-12 10:53:07 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 **));
+int main ANSI((int, char **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));