diff options
Diffstat (limited to 'src/command/ClientCommands.hxx')
-rw-r--r-- | src/command/ClientCommands.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command/ClientCommands.hxx b/src/command/ClientCommands.hxx index fc0dc42e1..de766e802 100644 --- a/src/command/ClientCommands.hxx +++ b/src/command/ClientCommands.hxx @@ -33,6 +33,9 @@ CommandResult handle_ping(Client &client, Request request, Response &response); CommandResult +handle_binary_limit(Client &client, Request request, Response &response); + +CommandResult handle_password(Client &client, Request request, Response &response); CommandResult |