summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-13 16:57:16 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-13 16:57:16 +0000
commita3378ac7441bf30332a354145aba5e86da4e5916 (patch)
treefed3197f65d0d515a71ee3e5afabb59b378e575a /include/inspircd.h
parenta8b888e16ec442bdb65250e371497f47f75af686 (diff)
Forward declared ForceChan
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2372 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 862b33de3..82900e441 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -130,3 +130,4 @@ void* dns_task(void* arg);
void process_buffer(const char* cmdbuf,userrec *user);
void FullConnectUser(userrec* user);
+chanrec* ForceChan(chanrec* Ptr,ucrec &a,userrec* user, int created);