summaryrefslogtreecommitdiffstats
path: root/src/core/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/args.h')
-rw-r--r--src/core/args.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/args.h b/src/core/args.h
new file mode 100644
index 0000000..aeaf571
--- /dev/null
+++ b/src/core/args.h
@@ -0,0 +1,7 @@
+#ifndef IRSSI_CORE_ARGS_H
+#define IRSSI_CORE_ARGS_H
+
+void args_register(GOptionEntry *options);
+void args_execute(int argc, char *argv[]);
+
+#endif