summaryrefslogtreecommitdiffstats
path: root/src/Client/UserListCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/UserListCommands.h')
-rw-r--r--src/Client/UserListCommands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Client/UserListCommands.h b/src/Client/UserListCommands.h
index 17fcb4e..51a714b 100644
--- a/src/Client/UserListCommands.h
+++ b/src/Client/UserListCommands.h
@@ -42,6 +42,9 @@ class MAD_CLIENT_EXPORT UserListCommands {
static void listCommand(CommandParser *commandParser, const std::vector<std::string> &args);
static void showListCommand(CommandParser *commandParser, const std::vector<std::string> &args);
+ static void printPadded(const std::string &str, unsigned length);
+ static void printDelimiter(unsigned length);
+
public:
static void userListCommand(CommandParser *commandParser, const std::vector<std::string> &args);
};