protocol/Result: move current_command to class Response
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
#include "Result.hxx"
|
||||
#include "client/Client.hxx"
|
||||
|
||||
const char *current_command;
|
||||
|
||||
void
|
||||
command_success(Client &client)
|
||||
{
|
||||
|
@@ -24,8 +24,6 @@
|
||||
|
||||
class Client;
|
||||
|
||||
extern const char *current_command;
|
||||
|
||||
void
|
||||
command_success(Client &client);
|
||||
|
||||
|
Reference in New Issue
Block a user