diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:58:03 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:58:03 +0000 |
commit | d21358318e6c614c294df4b23effdf7de5433cc5 (patch) | |
tree | eb30693ccf412d41cb1605f9d8a37e9d22d3afdb | |
parent | b0011c45389161bcd056dc970c6ba02087a0bfb6 (diff) |
INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED
2007/09/19 00:34:39 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.
-rw-r--r-- | dmake/unix/xenix/public.h | 8 | ||||
-rw-r--r-- | dmake/unix/xenix/pwd/public.h | 8 | ||||
-rw-r--r-- | dmake/win95/borland/bcc50/public.h | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/dmake/unix/xenix/public.h b/dmake/unix/xenix/public.h index 9353e2c8663f..7c24a76b9a0b 100644 --- a/dmake/unix/xenix/public.h +++ b/dmake/unix/xenix/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.8 2007-01-18 09:48:25 vg Exp $ +/* RCS $Id: public.h,v 1.9 2007-10-15 15:57: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 @@ 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/xenix/pwd/public.h b/dmake/unix/xenix/pwd/public.h index fae5ee781da6..593e2956b3e1 100644 --- a/dmake/unix/xenix/pwd/public.h +++ b/dmake/unix/xenix/pwd/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.8 2007-01-18 09:48:38 vg Exp $ +/* RCS $Id: public.h,v 1.9 2007-10-15 15:57:43 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/win95/borland/bcc50/public.h b/dmake/win95/borland/bcc50/public.h index 99329cffe781..bca3bc332b31 100644 --- a/dmake/win95/borland/bcc50/public.h +++ b/dmake/win95/borland/bcc50/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.8 2007-01-18 09:49:44 vg Exp $ +/* RCS $Id: public.h,v 1.9 2007-10-15 15:58:03 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 **)); int Wait_for_child ANSI((int, int)); void Clean_up_processes ANSI(()); time_t CacheStat ANSI((char *, int)); |