protocol/Result: move current_command to class Response

This commit is contained in:
Max Kellermann
2015-08-14 19:02:08 +02:00
parent d053797340
commit 8e408725e9
5 changed files with 13 additions and 21 deletions

View File

@@ -21,8 +21,6 @@
#include "Result.hxx"
#include "client/Client.hxx"
const char *current_command;
void
command_success(Client &client)
{

View File

@@ -24,8 +24,6 @@
class Client;
extern const char *current_command;
void
command_success(Client &client);