diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 08:51:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 08:51:33 +0000 |
commit | 7926f56234404769927382cb3885e69022c26fe7 (patch) | |
tree | 925dacb11613a2d1964584f44449c8ed13c17b62 /dmake/unix/sysvr3 | |
parent | 3cdd7aa6819e203475f584a61faddca84b2d21cd (diff) |
INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED
2006/07/31 02:47:59 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().
Diffstat (limited to 'dmake/unix/sysvr3')
-rw-r--r-- | dmake/unix/sysvr3/gnu/public.h | 4 | ||||
-rw-r--r-- | dmake/unix/sysvr3/public.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dmake/unix/sysvr3/gnu/public.h b/dmake/unix/sysvr3/gnu/public.h index c892a68e0781..e2ace9e08e18 100644 --- a/dmake/unix/sysvr3/gnu/public.h +++ b/dmake/unix/sysvr3/gnu/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.6 2006-04-20 12:22:07 hr Exp $ +/* RCS $Id: public.h,v 1.7 2006-09-25 09:51:33 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -122,7 +122,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 *)); diff --git a/dmake/unix/sysvr3/public.h b/dmake/unix/sysvr3/public.h index 6eacdeee133a..881a3a39b45c 100644 --- a/dmake/unix/sysvr3/public.h +++ b/dmake/unix/sysvr3/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.6 2006-04-20 12:21:56 hr Exp $ +/* RCS $Id: public.h,v 1.7 2006-09-25 09:51:20 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 *)); |