summaryrefslogtreecommitdiff
path: root/dmake
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-10-15 14:52:34 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-10-15 14:52:34 +0000
commit816155bb4239872e5137f82a68595548c22ff6bf (patch)
tree2b9544bb805b48455c6bad487e5097a1761e03c7 /dmake
parentfade5569697af28f070e9c1b0afc2843ab5aff1c (diff)
INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED
2007/09/19 00:34:34 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.
Diffstat (limited to 'dmake')
-rw-r--r--dmake/tos/public.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dmake/tos/public.h b/dmake/tos/public.h
index 0556fb712ea5..4b2f0af5e8f7 100644
--- a/dmake/tos/public.h
+++ b/dmake/tos/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.8 2007-01-18 09:43:27 vg Exp $
+/* RCS $Id: public.h,v 1.9 2007-10-15 15:52:34 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 *));
void Remove_prq ANSI((CELLPTR));
-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));
int If_root_path ANSI((char *));