diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-13 00:00:18 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-13 00:00:18 +0000 |
commit | 22ea240662998b28abb1a4934fa0da541f6b42e4 (patch) | |
tree | bfcb9a8aad7e2c49de36ea9c4580f624ec5a5a52 /include/inspircd.h | |
parent | a3a938b44660a3e8344d7899833e63b996c03951 (diff) |
Set up externs to allow moving loads of crap out of inspircd.cpp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2362 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 1c95eb9e5..862b33de3 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -127,3 +127,6 @@ const char* FindServerNamePtr(std::string servername); std::string GetVersionString(); void* dns_task(void* arg); + +void process_buffer(const char* cmdbuf,userrec *user); +void FullConnectUser(userrec* user); |