{Message,Neighbor}Commands: use Client::partition instead of Main.hxx

This commit is contained in:
Max Kellermann
2014-02-04 11:33:53 +01:00
parent 2de7cd32ea
commit abc16b919d
4 changed files with 17 additions and 13 deletions

View File

@@ -23,11 +23,12 @@
#include "CommandResult.hxx"
#include "Compiler.h"
struct Instance;
class Client;
gcc_pure
bool
neighbor_commands_available();
neighbor_commands_available(const Instance &instance);
CommandResult
handle_listneighbors(Client &client, int argc, char *argv[]);