diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:46:09 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:46:09 +0000 |
commit | ac74867238ff0efa33223258b8d5e847a8771056 (patch) | |
tree | 0cfec440de9c11e3c562474760f0d3326a967c4b | |
parent | 19615dd77cfeb8f55af8efd1f369d1431b4609e5 (diff) |
INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED
2007/09/19 00:34:34 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.
-rw-r--r-- | dmake/qssl/public.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dmake/qssl/public.h b/dmake/qssl/public.h index c44b4023a463..7f0f83faf9ce 100644 --- a/dmake/qssl/public.h +++ b/dmake/qssl/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.8 2007-01-18 09:37:27 vg Exp $ +/* RCS $Id: public.h,v 1.9 2007-10-15 15:46:09 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(()); @@ -154,7 +154,7 @@ DFALINKPTR Match_dfa ANSI((char *)); void Check_circle_dfa ANSI(()); void Add_nfa ANSI((char *)); char *Exec_function 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)); |