diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:58:42 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:58:42 +0000 |
commit | fb396a8bc07704f8a7b3d41dc618b795fee01397 (patch) | |
tree | d96f4ffb14c6f96a0458624aa848737a9980b6e6 /dmake/win95 | |
parent | aa0db89cad2072cc5b42ac930262b8f19183342e (diff) |
INTEGRATION: CWS dmake411 (1.7.6); FILE MERGED
2007/09/19 00:34:39 vq 1.7.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.
Diffstat (limited to 'dmake/win95')
-rw-r--r-- | dmake/win95/microsft/vpp40/public.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dmake/win95/microsft/vpp40/public.h b/dmake/win95/microsft/vpp40/public.h index a9b4f7b00075..94b50d22c214 100644 --- a/dmake/win95/microsft/vpp40/public.h +++ b/dmake/win95/microsft/vpp40/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.7 2007-01-18 09:51:05 vg Exp $ +/* RCS $Id: public.h,v 1.8 2007-10-15 15:58:42 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)); |