diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:59:48 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:59:48 +0000 |
commit | 6bdec730373e03da09b29dd352742cd2b8c21755 (patch) | |
tree | 600888dc77f05d0d4c97dd545b3343907e7daa2d /dmake | |
parent | ee765e042fba54c1947a15c502ee47075c741422 (diff) |
INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED
2007/09/19 00:34:40 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/winnt/borland/bcc50/public.h | 8 | ||||
-rw-r--r-- | dmake/winnt/microsft/vpp40/public.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dmake/winnt/borland/bcc50/public.h b/dmake/winnt/borland/bcc50/public.h index 3da815e61cf8..1965c0210483 100644 --- a/dmake/winnt/borland/bcc50/public.h +++ b/dmake/winnt/borland/bcc50/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.8 2007-01-18 09:51:34 vg Exp $ +/* RCS $Id: public.h,v 1.9 2007-10-15 15:59: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 @@ 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)); diff --git a/dmake/winnt/microsft/vpp40/public.h b/dmake/winnt/microsft/vpp40/public.h index ee60bc4bf6e2..ffbe4e463560 100644 --- a/dmake/winnt/microsft/vpp40/public.h +++ b/dmake/winnt/microsft/vpp40/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.8 2007-01-18 09:52:33 vg Exp $ +/* RCS $Id: public.h,v 1.9 2007-10-15 15:59:48 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 **)); void Clean_up_processes ANSI(()); int Wait_for_child ANSI((int, int)); void Remove_prq ANSI((CELLPTR)); |