summaryrefslogtreecommitdiffstats
path: root/src/Client/UserCommands.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-08-07 00:12:52 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-08-07 00:12:52 +0200
commit758f3cf98f95fc906c2517c0d4537ce81cf7386d (patch)
tree7e3afe4df48961a509cc25196d1bc6bb7d3ee28f /src/Client/UserCommands.h
parent94c00010a0280b8adc220377916a65b8dba08b62 (diff)
downloadmad-758f3cf98f95fc906c2517c0d4537ce81cf7386d.tar
mad-758f3cf98f95fc906c2517c0d4537ce81cf7386d.zip
UserBackendMysql, client: Added group administration
Diffstat (limited to 'src/Client/UserCommands.h')
-rw-r--r--src/Client/UserCommands.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Client/UserCommands.h b/src/Client/UserCommands.h
index d5793fa..62d42c1 100644
--- a/src/Client/UserCommands.h
+++ b/src/Client/UserCommands.h
@@ -46,6 +46,10 @@ class UserCommands {
static void updateUserCommand(CommandParser *commandParser, const std::vector<std::string> &args);
static void deleteUserCommand(CommandParser *commandParser, const std::vector<std::string> &args);
+ static void addGroupCommand(CommandParser *commandParser, const std::vector<std::string> &args);
+ static void updateGroupCommand(CommandParser *commandParser, const std::vector<std::string> &args);
+ static void deleteGroupCommand(CommandParser *commandParser, const std::vector<std::string> &args);
+
static void addUserToGroupCommand(CommandParser *commandParser, const std::vector<std::string> &args);
static void deleteUserFromGroupCommand(CommandParser *commandParser, const std::vector<std::string> &args);
};