summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-14 17:10:40 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-14 17:10:40 +0000
commitfb99e9eaa2627f9276dbfcb1366b218271747f71 (patch)
treebf8724047c02c2c39f6df0fcb8f705de39a8b3ed /include
parent4aa2252476256c63021afb8aa62d761535de7370 (diff)
Fixing move of *_channel functions to here
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2423 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/channels.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/channels.h b/include/channels.h
index 7962bc34b..dac671376 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -30,6 +30,8 @@
#define CM_SECRET 16
#define CM_PRIVATE 32
+class userrec;
+
/** Holds an entry for a ban list, exemption list, or invite list.
* This class contains a single element in a channel list, such as a banlist.
*/