diff options
Diffstat (limited to 'src/initlog.h')
-rw-r--r-- | src/initlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/initlog.h b/src/initlog.h index fbcedc72..184c916c 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); -void processArgs(int argc, char **argv); +int processArgs(int argc, char **argv); #endif |