X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fuserprocess.h;h=cc3d713a05749e5cf67324e38da733f3c5812eec;hb=fc9e00f49299cb3b402406b5f185d5f4af1e9780;hp=9f4d52e381cfebcb964df98b88cddacf46169fae;hpb=4c6bae4e369ba9a3d8afe2c7e50304ff5d12a650;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/userprocess.h b/include/userprocess.h index 9f4d52e38..cc3d713a0 100644 --- a/include/userprocess.h +++ b/include/userprocess.h @@ -8,7 +8,8 @@ void CheckDie(); 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