diff options
Diffstat (limited to 'src/Client/CommandParser.h')
-rw-r--r-- | src/Client/CommandParser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Client/CommandParser.h b/src/Client/CommandParser.h index 727181e..692eb7e 100644 --- a/src/Client/CommandParser.h +++ b/src/Client/CommandParser.h @@ -65,7 +65,9 @@ class CommandParser { void statusCommand(const std::vector<std::string> &args); void userInfoCommand(const std::vector<std::string> &args); void listUsersCommand(const std::vector<std::string> &args); + void listUserGroupsCommand(const std::vector<std::string> &args); void listGroupsCommand(const std::vector<std::string> &args); + void listGroupUsersCommand(const std::vector<std::string> &args); void exitCommand(const std::vector<std::string>&); CommandParser() : connection(0) {} |