summaryrefslogtreecommitdiff
path: root/dmake/mac
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-12-17 15:02:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-12-17 15:02:02 +0000
commit35102594a891326cd43a9aea6d8bec7927783f7d (patch)
tree761d82be70f9581f5ecf4cf07094b0ff5f6e72ba /dmake/mac
parent80f9e913e7c3635546574daaa9ec2d8132d7da7e (diff)
INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:17 hr 1.4.30.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'dmake/mac')
-rw-r--r--dmake/mac/public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/mac/public.h b/dmake/mac/public.h
index c6487fdb79c8..c951ab76b0ff 100644
--- a/dmake/mac/public.h
+++ b/dmake/mac/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.4 2003-06-12 10:50:45 vg Exp $
+/* RCS $Id: public.h,v 1.5 2003-12-17 16:02:02 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 *));