summaryrefslogtreecommitdiff
path: root/dmake/unix
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 08:49:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 08:49:01 +0000
commit8d9025975c2c37d5f7aac819d50b714c71937b86 (patch)
treef99d2ff6b89e632f216910d266b99d296d1c0271 /dmake/unix
parenta1d27663b2c5af9ca725cad430a6f9a9bc5d1809 (diff)
INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED
2006/07/31 02:47:56 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().
Diffstat (limited to 'dmake/unix')
-rw-r--r--dmake/unix/bsd43/public.h4
-rw-r--r--dmake/unix/bsd43/uw/public.h4
-rw-r--r--dmake/unix/bsd43/vf/public.h4
-rw-r--r--dmake/unix/bsdarm32/public.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/dmake/unix/bsd43/public.h b/dmake/unix/bsd43/public.h
index ee5b76480093..91e6bc289b71 100644
--- a/dmake/unix/bsd43/public.h
+++ b/dmake/unix/bsd43/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2006-04-20 12:19:34 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:48:22 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 *));
diff --git a/dmake/unix/bsd43/uw/public.h b/dmake/unix/bsd43/uw/public.h
index 7615c1962c02..2b6620161621 100644
--- a/dmake/unix/bsd43/uw/public.h
+++ b/dmake/unix/bsd43/uw/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2006-04-20 12:19:45 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:48:36 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 *));
diff --git a/dmake/unix/bsd43/vf/public.h b/dmake/unix/bsd43/vf/public.h
index cded862b30f7..b217cd9664b7 100644
--- a/dmake/unix/bsd43/vf/public.h
+++ b/dmake/unix/bsd43/vf/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2006-04-20 12:19:56 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:48:48 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 *));
diff --git a/dmake/unix/bsdarm32/public.h b/dmake/unix/bsdarm32/public.h
index 3f3a5c5e535a..f8a89e02f6c4 100644
--- a/dmake/unix/bsdarm32/public.h
+++ b/dmake/unix/bsdarm32/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2006-04-20 12:20:07 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:49:01 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 *));