summaryrefslogtreecommitdiffstats
path: root/src/GroupManager.h
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-02-21 14:53:46 +0100
committerHowaner <franzi.moos@googlemail.com>2014-02-21 14:53:46 +0100
commit21febaf4b342aecd5d797b1e2017591fde208388 (patch)
treebeaf6b0b623a08052932351f64fb9d0924dd6d4d /src/GroupManager.h
parentBad UTF-8 o.O (diff)
downloadcuberite-21febaf4b342aecd5d797b1e2017591fde208388.tar
cuberite-21febaf4b342aecd5d797b1e2017591fde208388.tar.gz
cuberite-21febaf4b342aecd5d797b1e2017591fde208388.tar.bz2
cuberite-21febaf4b342aecd5d797b1e2017591fde208388.tar.lz
cuberite-21febaf4b342aecd5d797b1e2017591fde208388.tar.xz
cuberite-21febaf4b342aecd5d797b1e2017591fde208388.tar.zst
cuberite-21febaf4b342aecd5d797b1e2017591fde208388.zip
Diffstat (limited to 'src/GroupManager.h')
-rw-r--r--src/GroupManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GroupManager.h b/src/GroupManager.h
index 02a58fe4e..377a54c98 100644
--- a/src/GroupManager.h
+++ b/src/GroupManager.h
@@ -14,8 +14,10 @@ class cGroup;
class cGroupManager
{
public:
+ bool ExistsGroup(const AString & a_Name);
cGroup * GetGroup(const AString & a_Name);
void LoadGroups(void);
+ void CheckUsers(void);
private:
friend class cRoot;