diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:54:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:54:24 +0000 |
commit | aea812a78af48cfb954072d90b180a20aaffe396 (patch) | |
tree | 8f4e6c4e9c230d0d0d62494907f2c52d0ed6dc0a /dmake/unix/coherent | |
parent | 623e63f7204f4f51075f1859402f7b8d0f75c5b9 (diff) |
INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:18 mh 1.3.8.1: join: from beta2
Diffstat (limited to 'dmake/unix/coherent')
-rw-r--r-- | dmake/unix/coherent/ver40/public.h | 4 | ||||
-rw-r--r-- | dmake/unix/coherent/ver42/public.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dmake/unix/coherent/ver40/public.h b/dmake/unix/coherent/ver40/public.h index aa52c70abb33..2b36ff00c51c 100644 --- a/dmake/unix/coherent/ver40/public.h +++ b/dmake/unix/coherent/ver40/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:45 hr Exp $ +/* RCS $Id: public.h,v 1.4 2003-06-12 10:54:12 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 **)); diff --git a/dmake/unix/coherent/ver42/public.h b/dmake/unix/coherent/ver42/public.h index aa52c70abb33..0a0a19ce647e 100644 --- a/dmake/unix/coherent/ver42/public.h +++ b/dmake/unix/coherent/ver42/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:45 hr Exp $ +/* RCS $Id: public.h,v 1.4 2003-06-12 10:54:24 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 **)); |