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