diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 15:15:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 15:15:57 +0000 |
commit | 6a9be274dc2ce11985a5849077ff5ad4c5bfebd1 (patch) | |
tree | f0b4696d92bf789cadb42b8635f69610e65516a9 /dmake/unix | |
parent | 56710df59e7da8f57224416187bc6dacee28f9a2 (diff) |
INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:41 hr 1.4.30.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'dmake/unix')
-rw-r--r-- | dmake/unix/xenix/public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/unix/xenix/public.h b/dmake/unix/xenix/public.h index 42f92d409cb8..2d7646c7267a 100644 --- a/dmake/unix/xenix/public.h +++ b/dmake/unix/xenix/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.4 2003-06-12 10:55:47 vg Exp $ +/* RCS $Id: public.h,v 1.5 2003-12-17 16:15:57 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 *)); |