summaryrefslogtreecommitdiff
path: root/dmake/tos
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 08:48:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 08:48:08 +0000
commita1d27663b2c5af9ca725cad430a6f9a9bc5d1809 (patch)
tree73a79cfd61f159daf53fbef11b65023cd5007cf5 /dmake/tos
parent78c5beb6c9d3f2971cd23fecec13212e2d321c41 (diff)
INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED
2006/07/31 02:47:55 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().
Diffstat (limited to 'dmake/tos')
-rw-r--r--dmake/tos/public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/tos/public.h b/dmake/tos/public.h
index d4fe4ffd5678..360c428c8da0 100644
--- a/dmake/tos/public.h
+++ b/dmake/tos/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2006-04-20 12:17:51 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:47:31 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 *));