diff options
author | Max Kellermann <max@duempel.org> | 2014-02-04 11:33:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-04 11:35:23 +0100 |
commit | abc16b919ddb5f1d7d76774691b7d664ca5ef3ea (patch) | |
tree | 1867b4500b0433fe66337360a025a277f081de96 /src/command/NeighborCommands.hxx | |
parent | 2de7cd32eaec778f9630b682edbca3d1430cd27b (diff) | |
download | mpd-abc16b919ddb5f1d7d76774691b7d664ca5ef3ea.tar.gz mpd-abc16b919ddb5f1d7d76774691b7d664ca5ef3ea.tar.xz mpd-abc16b919ddb5f1d7d76774691b7d664ca5ef3ea.zip |
{Message,Neighbor}Commands: use Client::partition instead of Main.hxx
Diffstat (limited to 'src/command/NeighborCommands.hxx')
-rw-r--r-- | src/command/NeighborCommands.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command/NeighborCommands.hxx b/src/command/NeighborCommands.hxx index 7bad946b4..64a7fe120 100644 --- a/src/command/NeighborCommands.hxx +++ b/src/command/NeighborCommands.hxx @@ -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[]); |