aboutsummaryrefslogtreecommitdiffstats
path: root/src/initlog.h
diff options
context:
space:
mode:
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