diff options
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); |