summaryrefslogtreecommitdiff
path: root/dmake/win95
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 08:53:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 08:53:00 +0000
commit7c387424b00e72623ae7ca1a9359ea9a91b384f7 (patch)
tree244673bfff7fc6a56dec725c5644813ddbca3159 /dmake/win95
parent74c18c7699baaca26e99073106d86dfe3a9b68ff (diff)
INTEGRATION: CWS dmake46 (1.5.8); FILE MERGED
2006/07/31 02:48:01 vq 1.5.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().
Diffstat (limited to 'dmake/win95')
-rw-r--r--dmake/win95/microsft/vpp40/public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/win95/microsft/vpp40/public.h b/dmake/win95/microsft/vpp40/public.h
index ddedaa73a509..ca0594e9c7d6 100644
--- a/dmake/win95/microsft/vpp40/public.h
+++ b/dmake/win95/microsft/vpp40/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.5 2006-04-20 12:25:09 hr Exp $
+/* RCS $Id: public.h,v 1.6 2006-09-25 09:53:00 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 *));