summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 08:52:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 08:52:11 +0000
commit44e7b6e4d0f73a3ff876e8a2e981ebf09cba150d (patch)
tree4986ebe867fe706e9150447d901a22a4787635b9
parent7926f56234404769927382cb3885e69022c26fe7 (diff)
INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED
2006/07/31 02:48:00 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().
-rw-r--r--dmake/unix/sysvr3/pwd/public.h4
-rw-r--r--dmake/unix/sysvr4/public.h4
-rw-r--r--dmake/unix/xenix/public.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/dmake/unix/sysvr3/pwd/public.h b/dmake/unix/sysvr3/pwd/public.h
index 6c6fea4d3e08..92760a4590ae 100644
--- a/dmake/unix/sysvr3/pwd/public.h
+++ b/dmake/unix/sysvr3/pwd/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2006-04-20 12:22:18 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:51:47 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/sysvr4/public.h b/dmake/unix/sysvr4/public.h
index c9b6f14817a9..1c2f4cc64210 100644
--- a/dmake/unix/sysvr4/public.h
+++ b/dmake/unix/sysvr4/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2006-04-20 12:22:29 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:51:59 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/xenix/public.h b/dmake/unix/xenix/public.h
index dd374e9b82c2..13b90dbaccc3 100644
--- a/dmake/unix/xenix/public.h
+++ b/dmake/unix/xenix/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2006-04-20 12:22:41 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:52:11 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 *));