diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:54:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:54:47 +0000 |
commit | 4d537112ac07f266207dde42152f1887535226ad (patch) | |
tree | a0ebc6cc883f14342753225da4a01fd9d9aa8b53 /dmake/unix/sysvr1 | |
parent | e975776e318125917dcd740dbe70fd8f2aa642bf (diff) |
INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:20 mh 1.3.8.1: join: from beta2
Diffstat (limited to 'dmake/unix/sysvr1')
-rw-r--r-- | dmake/unix/sysvr1/public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/unix/sysvr1/public.h b/dmake/unix/sysvr1/public.h index 9a024920e9c9..09fa917729bc 100644 --- a/dmake/unix/sysvr1/public.h +++ b/dmake/unix/sysvr1/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:48 hr Exp $ +/* RCS $Id: public.h,v 1.4 2003-06-12 10:54:47 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 **)); |