diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-04-20 17:40:12 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-04-20 17:40:12 +0200 |
commit | 8f5efbc7aa33b792e02d01e3288f553e6e98ccaa (patch) | |
tree | 54a67ebd11fac07d630fa03acad7797b2f781e80 /include | |
parent | dda1d696c1316b09d65763b4f12bc2b63cfbbe72 (diff) | |
parent | 1548078e5dc304814669cd1ea052f92be9d1ac40 (diff) |
Merge insp20
Diffstat (limited to 'include')
-rw-r--r-- | include/modules.h | 3 | ||||
-rw-r--r-- | include/usermanager.h | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 41dec1194..fc2aa6324 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1283,7 +1283,8 @@ struct AllModuleList { break; \ } \ return TRUE; \ - } + } \ + extern "C" DllExport const char inspircd_src_version[] = INSPIRCD_VERSION " " INSPIRCD_REVISION; #else diff --git a/include/usermanager.h b/include/usermanager.h index 3671e8907..a67f90224 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -130,6 +130,10 @@ class CoreExport UserManager : public fakederef<UserManager> */ void RemoveCloneCounts(User *user); + /** Rebuild clone counts + */ + void RehashCloneCounts(); + /** Return the number of local and global clones of this user * @param user The user to get the clone counts for * @return The clone counts of this user. The returned reference is volatile - you |