diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 15:12:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 15:12:50 +0000 |
commit | cc7afa0b4f747cb37b4623d43ff05afd25a59631 (patch) | |
tree | c3b0a7ae670f1dd4ff5da9fdcb64111a5f798a01 /dmake | |
parent | 326375a984a427a9600dea5b73a009119eadd1dd (diff) |
INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED
2003/12/16 11:17:35 hr 1.3.38.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/unix/macosx/gnu/public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/unix/macosx/gnu/public.h b/dmake/unix/macosx/gnu/public.h index d64675ed6d62..8bbbf1566db3 100644 --- a/dmake/unix/macosx/gnu/public.h +++ b/dmake/unix/macosx/gnu/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:47 hr Exp $ +/* RCS $Id: public.h,v 1.4 2003-12-17 16:12:50 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 *)); |