summaryrefslogtreecommitdiff
path: root/dmake/qssl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-18 08:37:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-18 08:37:27 +0000
commitf490429e9f3b42e771c16643ffeb8ad912e546fc (patch)
tree3e60f2ad1d4ea7127385414267e3f9543697bec7 /dmake/qssl
parent5bf2ef60c330a7d8c7a8c15bb966f62dfb279b27 (diff)
INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED
2006/11/12 05:06:43 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.
Diffstat (limited to 'dmake/qssl')
-rw-r--r--dmake/qssl/public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/qssl/public.h b/dmake/qssl/public.h
index be2bc20b9320..c44b4023a463 100644
--- a/dmake/qssl/public.h
+++ b/dmake/qssl/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.7 2006-09-25 09:44:40 vg Exp $
+/* RCS $Id: public.h,v 1.8 2007-01-18 09:37:27 vg Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -112,7 +112,7 @@ 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, int, int, int));
+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 *));
@@ -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, int, int, 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));