summaryrefslogtreecommitdiff
path: root/include/userprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/userprocess.h')
-rw-r--r--include/userprocess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/userprocess.h b/include/userprocess.h
index cc3d713a0..1a93e68cd 100644
--- a/include/userprocess.h
+++ b/include/userprocess.h
@@ -10,6 +10,6 @@ void CheckRoot();
void OpenLog(char** argv, int argc);
void DoBackgroundUserStuff(time_t TIME);
void ProcessUser(userrec* cu);
-void DoSocketTimeouts(time_t TIME);
+void DoSocketTimeouts(time_t TIME, InspIRCd* SI);
#endif