diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/usermanager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/usermanager.h b/include/usermanager.h index 9c824f3f7..971f8935b 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -140,6 +140,9 @@ public: */ void RehashCloneCounts(); + /** Rebuilds the list of services servers. Required when \<services> settings change. */ + void RehashServices(); + /** 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 |
