summaryrefslogtreecommitdiff
path: root/src/core/channels-setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/channels-setup.h')
-rw-r--r--src/core/channels-setup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/channels-setup.h b/src/core/channels-setup.h
index 61b828b2..3bb7da7f 100644
--- a/src/core/channels-setup.h
+++ b/src/core/channels-setup.h
@@ -21,6 +21,9 @@ void channels_setup_deinit(void);
void channel_setup_create(CHANNEL_SETUP_REC *channel);
void channel_setup_remove(CHANNEL_SETUP_REC *channel);
+/* Remove channels attached to chatnet */
+void channel_setup_remove_chatnet(const char *chatnet);
+
CHANNEL_SETUP_REC *channel_setup_find(const char *channel,
const char *chatnet);