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 418d9f3..300b3fb 100644
--- a/include/msg.h
+++ b/include/msg.h
@@ -29,6 +29,6 @@ typedef struct {
char *base_directory;
} msg_t;
-int run(int argc, char **argv);
+int run(void);
#endif