diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 2e5531567..d5d0c9ae4 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -273,6 +273,10 @@ class CoreExport InspIRCd : public classbase */ void DoSocketTimeouts(time_t TIME); + /** Sets up UID subsystem + */ + void InitialiseUID(); + /** Perform background user events such as PING checks * @param TIME the current time */ |