aboutsummaryrefslogtreecommitdiff
path: root/include/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/msg.h')
-rw-r--r--include/msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/msg.h b/include/msg.h
index 4f44bf0..3dea0d9 100644
--- a/include/msg.h
+++ b/include/msg.h
@@ -32,6 +32,6 @@ typedef struct {
bool verbose;
} msg_t;
-int run(void);
+int run(bool log);
#endif