summaryrefslogtreecommitdiffstats
path: root/src/Client/UserCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/UserCommands.h')
-rw-r--r--src/Client/UserCommands.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Client/UserCommands.h b/src/Client/UserCommands.h
index f3dd31c..0f56a40 100644
--- a/src/Client/UserCommands.h
+++ b/src/Client/UserCommands.h
@@ -33,10 +33,12 @@ class UserCommands {
UserCommands();
public:
- static void userInfoCommand(CommandParser *commandParser, const std::vector<std::string> &args);
static void listUsersCommand(CommandParser *commandParser, const std::vector<std::string> &args);
+ static void userInfoCommand(CommandParser *commandParser, const std::vector<std::string> &args);
static void listUserGroupsCommand(CommandParser *commandParser, const std::vector<std::string> &args);
+
static void listGroupsCommand(CommandParser *commandParser, const std::vector<std::string> &args);
+ static void groupInfoCommand(CommandParser *commandParser, const std::vector<std::string> &args);
static void listGroupUsersCommand(CommandParser *commandParser, const std::vector<std::string> &args);
};