diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 15:08:34 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 15:08:34 +0000 |
commit | 0ddf045b70b59d86b1524f27bb8439abd9df1a20 (patch) | |
tree | 813a6b8f5ee979a3f24f5fc84862ff5372c33a68 /dmake/unix | |
parent | 8b5f63a50f72ddc8fb7ee2bf001e743a8e612011 (diff) |
INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:27 hr 1.4.30.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'dmake/unix')
-rw-r--r-- | dmake/unix/386ix/public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/unix/386ix/public.h b/dmake/unix/386ix/public.h index d3d41bb61e8d..76a1bd2b5630 100644 --- a/dmake/unix/386ix/public.h +++ b/dmake/unix/386ix/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.4 2003-06-12 10:53:18 vg Exp $ +/* RCS $Id: public.h,v 1.5 2003-12-17 16:08:34 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -123,7 +123,7 @@ void Epilog ANSI((int)); char *Get_current_dir ANSI(()); int Set_dir ANSI((char*)); char Get_switch_char ANSI(()); -FILE* Get_temp ANSI((char **, char *, int)); +FILE* Get_temp ANSI((char **, char *, char *)); FILE *Start_temp ANSI((char *, CELLPTR, char **)); void Open_temp_error ANSI((char *, char *)); void Link_temp ANSI((CELLPTR, FILE *, char *)); |