diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:54:14 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:54:14 +0000 |
commit | f9e89661589bf1d772b35e95b731c557bd3efce0 (patch) | |
tree | bb8e2cd021de4739d71e95d253d4426a58ac3a6e | |
parent | d43e30a6ddbfe360fd7da8c33dc86f6efd153777 (diff) |
INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED
2007/09/19 00:34:35 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.
-rw-r--r-- | dmake/unix/386ix/public.h | 8 | ||||
-rw-r--r-- | dmake/unix/bsd43/public.h | 8 | ||||
-rw-r--r-- | dmake/unix/bsd43/uw/public.h | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/dmake/unix/386ix/public.h b/dmake/unix/386ix/public.h index d56e37fdcc5a..25a7778312be 100644 --- a/dmake/unix/386ix/public.h +++ b/dmake/unix/386ix/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.8 2007-01-18 09:44:53 vg Exp $ +/* RCS $Id: public.h,v 1.9 2007-10-15 15:53:49 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)); diff --git a/dmake/unix/bsd43/public.h b/dmake/unix/bsd43/public.h index 4666c2eacb40..1a08478125b6 100644 --- a/dmake/unix/bsd43/public.h +++ b/dmake/unix/bsd43/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.8 2007-01-18 09:45:06 vg Exp $ +/* RCS $Id: public.h,v 1.9 2007-10-15 15:54:02 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)); diff --git a/dmake/unix/bsd43/uw/public.h b/dmake/unix/bsd43/uw/public.h index 5dd28e12c167..fe2709c60023 100644 --- a/dmake/unix/bsd43/uw/public.h +++ b/dmake/unix/bsd43/uw/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.8 2007-01-18 09:45:19 vg Exp $ +/* RCS $Id: public.h,v 1.9 2007-10-15 15:54:14 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)); |