summaryrefslogtreecommitdiff
path: root/dmake/msdos
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 08:44:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 08:44:27 +0000
commit94070b32f3c9397db2f3fec3011eaf7deada49aa (patch)
tree77502caf45be60eebaa88f45d3f7cc8d29c84a8c /dmake/msdos
parent5e1e044c1c93a59d93ab31af3ca4e17addee738e (diff)
INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED
2006/07/31 02:47:54 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().
Diffstat (limited to 'dmake/msdos')
-rw-r--r--dmake/msdos/zortech/public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/msdos/zortech/public.h b/dmake/msdos/zortech/public.h
index 92d58209c0f8..300a364ca102 100644
--- a/dmake/msdos/zortech/public.h
+++ b/dmake/msdos/zortech/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2006-04-20 12:08:13 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:43: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 *));