summaryrefslogtreecommitdiffstats
path: root/dmake/msdos
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-12-17 15:03:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-12-17 15:03:26 +0000
commitb928a83a75c348f71c17b689b69007b99d90344d (patch)
treef3f9f20cf45d24b1b67812e39762ce4e76abdc5c /dmake/msdos
parentINTEGRATION: CWS geordi2q11 (1.2.56); FILE MERGED (diff)
downloadcore-b928a83a75c348f71c17b689b69007b99d90344d.tar.gz
core-b928a83a75c348f71c17b689b69007b99d90344d.zip
INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED
2003/12/16 11:17:19 hr 1.4.30.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'dmake/msdos')
-rw-r--r--dmake/msdos/borland/bcc30/public.h4
-rw-r--r--dmake/msdos/borland/bcc40/public.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/dmake/msdos/borland/bcc30/public.h b/dmake/msdos/borland/bcc30/public.h
index 5644b0d6f820..9fbc836d0dfb 100644
--- a/dmake/msdos/borland/bcc30/public.h
+++ b/dmake/msdos/borland/bcc30/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.4 2003-06-12 10:50:57 vg Exp $
+/* RCS $Id: public.h,v 1.5 2003-12-17 16:02:58 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/msdos/borland/bcc40/public.h b/dmake/msdos/borland/bcc40/public.h
index 5e8981a85f22..2529d4d576bd 100644
--- a/dmake/msdos/borland/bcc40/public.h
+++ b/dmake/msdos/borland/bcc40/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.4 2003-06-12 10:51:09 vg Exp $
+/* RCS $Id: public.h,v 1.5 2003-12-17 16:03:26 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 *));