diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:55:41 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 14:55:41 +0000 |
commit | c35178c3c9f82e3cc5b55e99f967c907939a85f9 (patch) | |
tree | 42a8f169402e11d3767f650c26fc7b8c434f5c64 /dmake/unix | |
parent | 397d88d4e2f647f7e977f4d337ac950853ea3ca5 (diff) |
INTEGRATION: CWS dmake411 (1.7.6); FILE MERGED
2007/09/19 00:34:37 vq 1.7.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.
Diffstat (limited to 'dmake/unix')
-rw-r--r-- | dmake/unix/macosx/gnu/public.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dmake/unix/macosx/gnu/public.h b/dmake/unix/macosx/gnu/public.h index 04ffaca441ba..e96dbb9dd34a 100644 --- a/dmake/unix/macosx/gnu/public.h +++ b/dmake/unix/macosx/gnu/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.7 2007-01-18 09:46:48 vg Exp $ +/* RCS $Id: public.h,v 1.8 2007-10-15 15:55:41 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)); |