summaryrefslogtreecommitdiff
path: root/dmake/mac
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-10-15 14:42:19 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-10-15 14:42:19 +0000
commitaf44c4c7197e76050abc4330a0e0b816c724a380 (patch)
tree8012db60cd45b3f36396e8de2599a8f5214f5e97 /dmake/mac
parent98b07f63528187b6665e019dc1c57466ccc89c5b (diff)
INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED
2007/09/19 00:34:31 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.
Diffstat (limited to 'dmake/mac')
-rw-r--r--dmake/mac/public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/mac/public.h b/dmake/mac/public.h
index 6e309c621910..9404c0e4d40c 100644
--- a/dmake/mac/public.h
+++ b/dmake/mac/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.8 2007-01-18 09:33:13 vg Exp $
+/* RCS $Id: public.h,v 1.9 2007-10-15 15:42:19 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(());