diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/userprocess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/userprocess.h b/include/userprocess.h index bcfe5a355..cc3d713a0 100644 --- a/include/userprocess.h +++ b/include/userprocess.h @@ -10,5 +10,6 @@ void CheckRoot(); void OpenLog(char** argv, int argc); void DoBackgroundUserStuff(time_t TIME); void ProcessUser(userrec* cu); +void DoSocketTimeouts(time_t TIME); #endif |