summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index aa2f35a..c23d87d 100644
--- a/src/main.h
+++ b/src/main.h
@@ -3,8 +3,12 @@
#include <oop.h>
+#include "cmdline.h"
+
extern oop_source* event_source;
-const char *appname, *username;
+extern const char *appname, *username;
+
+extern struct gengetopt_args_info args;
#endif