aboutsummaryrefslogtreecommitdiffstats
path: root/src/initlog.h
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-03-18 01:01:45 +0000
committerBill Nottingham <notting@redhat.com>1999-03-18 01:01:45 +0000
commit54d96728833eabc23f4203ee7d2c834621f6b873 (patch)
treeea968aec4460ebbc381b3ae0f58c931ef514a611 /src/initlog.h
parent6aac6bb6c8ceea467a12dc5a6810d73cf516a445 (diff)
downloadinitscripts-54d96728833eabc23f4203ee7d2c834621f6b873.tar
initscripts-54d96728833eabc23f4203ee7d2c834621f6b873.tar.gz
initscripts-54d96728833eabc23f4203ee7d2c834621f6b873.tar.bz2
initscripts-54d96728833eabc23f4203ee7d2c834621f6b873.tar.xz
initscripts-54d96728833eabc23f4203ee7d2c834621f6b873.zip
don't output error messages if reading commands
Diffstat (limited to 'src/initlog.h')
-rw-r--r--src/initlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/initlog.h b/src/initlog.h
index 184c916c..20f64d1d 100644
--- a/src/initlog.h
+++ b/src/initlog.h
@@ -13,6 +13,6 @@ struct logInfo {
char *getLine(char **data);
int logString(char *cmd, char *string);
-int processArgs(int argc, char **argv);
+int processArgs(int argc, char **argv, int silent);
#endif