diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-13 16:57:16 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-13 16:57:16 +0000 |
commit | a3378ac7441bf30332a354145aba5e86da4e5916 (patch) | |
tree | fed3197f65d0d515a71ee3e5afabb59b378e575a /include/inspircd.h | |
parent | a8b888e16ec442bdb65250e371497f47f75af686 (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.h | 1 |
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); |