diff options
Diffstat (limited to 'include/usermanager.h')
-rw-r--r-- | include/usermanager.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |