summaryrefslogtreecommitdiffstats
path: root/src/irc/core/channel-events.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core/channel-events.h')
-rw-r--r--src/irc/core/channel-events.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/irc/core/channel-events.h b/src/irc/core/channel-events.h
new file mode 100644
index 0000000..ada3e3a
--- /dev/null
+++ b/src/irc/core/channel-events.h
@@ -0,0 +1,9 @@
+#ifndef IRSSI_IRC_CORE_CHANNEL_EVENTS_H
+#define IRSSI_IRC_CORE_CHANNEL_EVENTS_H
+
+#include <irssi/src/irc/core/irc.h>
+
+void channel_events_init(void);
+void channel_events_deinit(void);
+
+#endif