summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/channels.h b/include/channels.h
index ed57955a2..7962bc34b 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -255,5 +255,9 @@ class ucrec : public classbase
virtual ~ucrec() { /* stub */ }
};
+chanrec* add_channel(userrec *user, const char* cn, const char* key, bool override);
+chanrec* del_channel(userrec *user, const char* cname, const char* reason, bool local);
+void kick_channel(userrec *src,userrec *user, chanrec *Ptr, char* reason);
+
#endif