X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fuserprocess.h;h=cc3d713a05749e5cf67324e38da733f3c5812eec;hb=40320969da824c4150134fa5177c02694c6b49bd;hp=8ecbe1e79659f1bfa98b43b5149bafe5083a9b98;hpb=e1acdc90cc41cd167c84d8184ffb01bc24c937a2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/userprocess.h b/include/userprocess.h index 8ecbe1e79..cc3d713a0 100644 --- a/include/userprocess.h +++ b/include/userprocess.h @@ -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); #endif