summaryrefslogtreecommitdiff
path: root/dmake
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-10-15 15:00:31 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-10-15 15:00:31 +0000
commitae90dc9a1cea20926f5e5930c0dd9110c2ab033f (patch)
tree1e0547efb049eb6a17f634821933859a0593a62e /dmake
parent92c73baa726e228fe3a114bb68eabc12f4ac60b9 (diff)
INTEGRATION: CWS dmake411 (1.6.6); FILE MERGED
2007/09/19 00:34:40 vq 1.6.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.
Diffstat (limited to 'dmake')
-rw-r--r--dmake/winnt/mingw/public.h8
-rw-r--r--dmake/winnt/msvc6/public.h8
2 files changed, 8 insertions, 8 deletions
diff --git a/dmake/winnt/mingw/public.h b/dmake/winnt/mingw/public.h
index f81d1ebf7899..303b1ff65a96 100644
--- a/dmake/winnt/mingw/public.h
+++ b/dmake/winnt/mingw/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2007-01-18 09:52:47 vg Exp $
+/* RCS $Id: public.h,v 1.7 2007-10-15 16:00:18 ihi Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **));
void Void_lib_cache ANSI((char *, char *));
time_t Do_time ANSI(());
void Do_profile_output ANSI((char *, uint16, CELLPTR));
-int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int));
-char ** Pack_argv ANSI((int, int, char *));
+int Do_cmnd ANSI((char **, int, int, CELLPTR, t_attr, int));
+char ** Pack_argv ANSI((int, int, char **));
char *Read_env_string ANSI((char *));
int Write_env_string ANSI((char *, char *));
void ReadEnvironment ANSI(());
@@ -159,7 +159,7 @@ void dstrlwr ANSI((char *, char *));
time_t seek_arch ANSI((char*, char*));
int touch_arch ANSI((char*, char*));
int If_root_path ANSI((char *));
-int runargv ANSI((CELLPTR, int, int, t_attr, char *));
+int runargv ANSI((CELLPTR, int, int, t_attr, char **));
void Clean_up_processes ANSI(());
int Wait_for_child ANSI((int, int));
void Remove_prq ANSI((CELLPTR));
diff --git a/dmake/winnt/msvc6/public.h b/dmake/winnt/msvc6/public.h
index e7134efc422d..c10f7a23468e 100644
--- a/dmake/winnt/msvc6/public.h
+++ b/dmake/winnt/msvc6/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.6 2007-01-18 09:53:17 vg Exp $
+/* RCS $Id: public.h,v 1.7 2007-10-15 16:00:31 ihi Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -112,8 +112,8 @@ int Do_touch ANSI((char *, char *, char **));
void Void_lib_cache ANSI((char *, char *));
time_t Do_time ANSI(());
void Do_profile_output ANSI((char *, uint16, CELLPTR));
-int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int));
-char ** Pack_argv ANSI((int, int, char *));
+int Do_cmnd ANSI((char **, int, int, CELLPTR, t_attr, int));
+char ** Pack_argv ANSI((int, int, char **));
char *Read_env_string ANSI((char *));
int Write_env_string ANSI((char *, char *));
void ReadEnvironment ANSI(());
@@ -159,7 +159,7 @@ void dstrlwr ANSI((char *, char *));
time_t seek_arch ANSI((char*, char*));
int touch_arch ANSI((char*, char*));
int If_root_path ANSI((char *));
-int runargv ANSI((CELLPTR, int, int, t_attr, char *));
+int runargv ANSI((CELLPTR, int, int, t_attr, char **));
void Clean_up_processes ANSI(());
int Wait_for_child ANSI((int, int));
void Remove_prq ANSI((CELLPTR));