diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:56:00 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:56:00 +0000 |
commit | 55183598317f310cd50077be4ed36208be3f1751 (patch) | |
tree | 27163f09ca38720057963a8918a87971f552e3cf /dmake/unix/xenix | |
parent | 4c29e94efa354116b7e5512036424bb540144985 (diff) |
INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:24 mh 1.3.8.1: join: from beta2
Diffstat (limited to 'dmake/unix/xenix')
-rw-r--r-- | dmake/unix/xenix/pwd/public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/unix/xenix/pwd/public.h b/dmake/unix/xenix/pwd/public.h index 5388a848dd3e..83a91b3e0b1a 100644 --- a/dmake/unix/xenix/pwd/public.h +++ b/dmake/unix/xenix/pwd/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:50 hr Exp $ +/* RCS $Id: public.h,v 1.4 2003-06-12 10:56:00 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 **)); |