diff options
Diffstat (limited to 'include/userprocess.h')
-rw-r--r-- | include/userprocess.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |