summaryrefslogtreecommitdiff
path: root/dmake
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-10-15 14:56:16 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-10-15 14:56:16 +0000
commit022c80bc4bf91cff9c2d2583100146d8edaa81b8 (patch)
tree1850c02a23640f7bce85b01a7c36c33faefb70de /dmake
parent180525d9197a943fa06a99cf83fa394f2dfe402c (diff)
INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED
2007/09/19 00:34:37 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.
Diffstat (limited to 'dmake')
-rw-r--r--dmake/unix/linux/gnu/public.h10
-rw-r--r--dmake/unix/solaris/gnu/public.h8
2 files changed, 9 insertions, 9 deletions
diff --git a/dmake/unix/linux/gnu/public.h b/dmake/unix/linux/gnu/public.h
index b1c859f96d75..8de24957f763 100644
--- a/dmake/unix/linux/gnu/public.h
+++ b/dmake/unix/linux/gnu/public.h
@@ -1,6 +1,6 @@
/* $RCSfile: public.h,v $
--- $Revision: 1.8 $
--- last change: $Author: vg $ $Date: 2007-01-18 09:46:36 $
+-- $Revision: 1.9 $
+-- last change: $Author: ihi $ $Date: 2007-10-15 15:55:29 $
--
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
@@ -115,8 +115,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(());
@@ -163,7 +163,7 @@ int touch_arch ANSI(( char *, char *));
void void_lcache ANSI(( char *, char *));
int If_root_path 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 **));
int Wait_for_child ANSI((int, int));
void Clean_up_processes ANSI(());
time_t CacheStat ANSI((char *, int));
diff --git a/dmake/unix/solaris/gnu/public.h b/dmake/unix/solaris/gnu/public.h
index df5a2e032070..e9236422a5e0 100644
--- a/dmake/unix/solaris/gnu/public.h
+++ b/dmake/unix/solaris/gnu/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.8 2007-01-18 09:47:12 vg Exp $
+/* RCS $Id: public.h,v 1.9 2007-10-15 15:56:16 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 @@ int touch_arch ANSI(( char *, char *));
void void_lcache ANSI(( char *, char *));
int If_root_path 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 **));
int Wait_for_child ANSI((int, int));
void Clean_up_processes ANSI(());
time_t CacheStat ANSI((char *, int));