summaryrefslogtreecommitdiff
path: root/dmake/winnt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 08:53:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 08:53:36 +0000
commitd539187dae2b8fd2c71c604f901f9734ff2a3e58 (patch)
treed959a2dad5f63234992097f13c429ac477868285 /dmake/winnt
parentaf5a14eca29c2aa73049701664193a869178e9c1 (diff)
INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED
2006/07/31 02:48:02 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().
Diffstat (limited to 'dmake/winnt')
-rw-r--r--dmake/winnt/microsft/vpp40/public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/winnt/microsft/vpp40/public.h b/dmake/winnt/microsft/vpp40/public.h
index 4479a7afd23b..aba69fb5b71e 100644
--- a/dmake/winnt/microsft/vpp40/public.h
+++ b/dmake/winnt/microsft/vpp40/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2006-04-20 12:26:38 hr Exp $
+/* RCS $Id: public.h,v 1.7 2006-09-25 09:53: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 *));