summaryrefslogtreecommitdiff
path: root/dmake/mac
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 08:41:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 08:41:16 +0000
commit9e3cfb9d2aed1d3e2e5e58e3a38bafad7c1bb0d4 (patch)
tree417b452f45ce406b1ac79b568acd938fb3aa22db /dmake/mac
parent217ecf7499ad514520a395f77bb76f609f9f1228 (diff)
INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED
2006/07/31 02:47:51 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().
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 0b6f59d252a1..d16dc53b15ba 100644
--- a/dmake/mac/public.h
+++ b/dmake/mac/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2006-04-20 12:05:03 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:41:16 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 *));