summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core/irc-commands.h')
-rw-r--r--src/irc/core/irc-commands.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/irc/core/irc-commands.h b/src/irc/core/irc-commands.h
new file mode 100644
index 00000000..f368be96
--- /dev/null
+++ b/src/irc/core/irc-commands.h
@@ -0,0 +1,7 @@
+#ifndef __IRC_COMMANDS_H
+#define __IRC_COMMANDS_H
+
+void irc_commands_init(void);
+void irc_commands_deinit(void);
+
+#endif