X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fuserprocess.h;h=0e1b11976e06b204cac84c68c3378a602c201e8e;hb=383caa90d568d8d997a9624a9e6174ddc1a9a3da;hp=1a93e68cdfe618e30691495687ca91002f4afd7a;hpb=ab46b96db4d457e6a4f2e978c38b79762cdeb9d5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/userprocess.h b/include/userprocess.h index 1a93e68cd..0e1b11976 100644 --- a/include/userprocess.h +++ b/include/userprocess.h @@ -8,8 +8,8 @@ void CheckDie(); void LoadAllModules(InspIRCd* ServerInstance); void CheckRoot(); void OpenLog(char** argv, int argc); -void DoBackgroundUserStuff(time_t TIME); +/*void DoBackgroundUserStuff(time_t TIME); void ProcessUser(userrec* cu); -void DoSocketTimeouts(time_t TIME, InspIRCd* SI); +void DoSocketTimeouts(time_t TIME, InspIRCd* SI);*/ #endif