summaryrefslogtreecommitdiff
path: root/dmake/os2
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-10-15 14:45:57 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-10-15 14:45:57 +0000
commit7c73ddc4c1773002a38e1f522149b194159ba6b2 (patch)
tree84cbde6fe1aca32a2775035f5bd1751a28d26e07 /dmake/os2
parent503d84dd266be27ff3d2fd8ff291b9c24597a0c0 (diff)
INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED
2007/09/19 00:34:33 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.
Diffstat (limited to 'dmake/os2')
-rw-r--r--dmake/os2/ibm/icc/public.h8
-rw-r--r--dmake/os2/ibm/icc3/public.h8
2 files changed, 8 insertions, 8 deletions
diff --git a/dmake/os2/ibm/icc/public.h b/dmake/os2/ibm/icc/public.h
index f5d118b38..99d57276a 100644
--- a/dmake/os2/ibm/icc/public.h
+++ b/dmake/os2/ibm/icc/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.8 2007-01-18 09:37:03 vg Exp $
+/* RCS $Id: public.h,v 1.9 2007-10-15 15:45:45 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(());
@@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(());
void Add_nfa ANSI((char *));
char *Exec_function ANSI((char *));
int _dchdir ANSI((char *));
-int runargv ANSI((CELLPTR, int, int, t_attr, char *));
+int runargv ANSI((CELLPTR, int, int, t_attr, char **));
void SetSessionTitle ANSI((char *));
int Wait_for_child ANSI((int, int));
void Clean_up_processes ANSI(());
diff --git a/dmake/os2/ibm/icc3/public.h b/dmake/os2/ibm/icc3/public.h
index 7172e04a2..72d7caacd 100644
--- a/dmake/os2/ibm/icc3/public.h
+++ b/dmake/os2/ibm/icc3/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.8 2007-01-18 09:37:15 vg Exp $
+/* RCS $Id: public.h,v 1.9 2007-10-15 15:45:57 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(());
@@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(());
void Add_nfa ANSI((char *));
char *Exec_function ANSI((char *));
int _dchdir ANSI((char *));
-int runargv ANSI((CELLPTR, int, int, t_attr, char *));
+int runargv ANSI((CELLPTR, int, int, t_attr, char **));
void SetSessionTitle ANSI((char *));
int Wait_for_child ANSI((int, int));
void Clean_up_processes ANSI(());