X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fuserprocess.h;h=0e1b11976e06b204cac84c68c3378a602c201e8e;hb=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0;hp=cc3d713a05749e5cf67324e38da733f3c5812eec;hpb=1674c21da1f2539806250982dc91ac7ad8a24984;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/userprocess.h b/include/userprocess.h index cc3d713a0..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); +void DoSocketTimeouts(time_t TIME, InspIRCd* SI);*/ #endif