summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/channels.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 59cfb18bd..f1c01b407 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -73,6 +73,8 @@ using namespace std;
std::vector<ModeParameter> custom_mode_params;
+chanrec* ForceChan(chanrec* Ptr,ucrec &a,userrec* user, int created);
+
chanrec::chanrec()
{
strcpy(name,"");