diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 15:09:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 15:09:38 +0000 |
commit | a504cef63da640ce0412cf8b97d0fd3b0a7f2738 (patch) | |
tree | 32a82e89b37c20028fb6681315891380a2879083 /dmake/unix | |
parent | 0ddf045b70b59d86b1524f27bb8439abd9df1a20 (diff) |
INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:28 hr 1.4.30.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'dmake/unix')
-rw-r--r-- | dmake/unix/bsd43/public.h | 4 | ||||
-rw-r--r-- | dmake/unix/bsd43/uw/public.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dmake/unix/bsd43/public.h b/dmake/unix/bsd43/public.h index 61e3f4420522..d92cc8321ebf 100644 --- a/dmake/unix/bsd43/public.h +++ b/dmake/unix/bsd43/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.4 2003-06-12 10:53:29 vg Exp $ +/* RCS $Id: public.h,v 1.5 2003-12-17 16:09:09 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 *)); diff --git a/dmake/unix/bsd43/uw/public.h b/dmake/unix/bsd43/uw/public.h index 367baf97e929..49fd06c8d7d3 100644 --- a/dmake/unix/bsd43/uw/public.h +++ b/dmake/unix/bsd43/uw/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.4 2003-06-12 10:53:40 vg Exp $ +/* RCS $Id: public.h,v 1.5 2003-12-17 16:09:38 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 *)); |