]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/userprocess.h
Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists
[user/henk/code/inspircd.git] / include / userprocess.h
index 8ecbe1e79659f1bfa98b43b5149bafe5083a9b98..0e1b11976e06b204cac84c68c3378a602c201e8e 100644 (file)
@@ -2,12 +2,14 @@
 #define __USERPROCESS_H__
 
 #include "users.h"
+#include "inspircd.h"
 
 void CheckDie();
-void LoadAllModules();
+void LoadAllModules(InspIRCd* ServerInstance);
 void CheckRoot();
 void OpenLog(char** argv, int argc);
-bool DoBackgroundUserStuff(time_t TIME);
+/*void DoBackgroundUserStuff(time_t TIME);
 void ProcessUser(userrec* cu);
+void DoSocketTimeouts(time_t TIME, InspIRCd* SI);*/
 
 #endif