diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/users.h b/include/users.h index 168b8e4f4..cfb472140 100644 --- a/include/users.h +++ b/include/users.h @@ -23,8 +23,8 @@ typedef Anope::unordered_map<User *> user_map; extern CoreExport user_map UserListByNick, UserListByUID; -extern CoreExport int OperCount; -extern CoreExport unsigned MaxUserCount; +extern CoreExport size_t OperCount; +extern CoreExport size_t MaxUserCount; extern CoreExport time_t MaxUserTime; /* Online user and channel data. */ |