diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 08:50:19 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 08:50:19 +0000 |
commit | 81b1606b3795257df25b997ba039df1547a0e247 (patch) | |
tree | 3f00d83602b74003ed6200da55d8e637bf16cbf3 | |
parent | 29b27d265bed96f094cf8e03e7a78a23ba8bc6eb (diff) |
INTEGRATION: CWS dmake46 (1.5.8); FILE MERGED
2006/07/31 02:47:58 vq 1.5.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().
-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 e0fd459f799f..a5a74e269be3 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.5 2006-04-20 12:21:08 hr Exp $ +/* RCS $Id: public.h,v 1.6 2006-09-25 09:50:19 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -124,7 +124,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 *, char *)); +FILE* Get_temp ANSI((char **, char *)); FILE *Start_temp ANSI((char *, CELLPTR, char **)); void Open_temp_error ANSI((char *, char *)); void Link_temp ANSI((CELLPTR, FILE *, char *)); |