diff options
Diffstat (limited to 'src/AllCommands.hxx')
-rw-r--r-- | src/AllCommands.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AllCommands.hxx b/src/AllCommands.hxx index 4ab69755a..2be94c136 100644 --- a/src/AllCommands.hxx +++ b/src/AllCommands.hxx @@ -20,7 +20,7 @@ #ifndef MPD_ALL_COMMANDS_HXX #define MPD_ALL_COMMANDS_HXX -#include "command.h" +#include "CommandResult.hxx" class Client; @@ -28,7 +28,7 @@ void command_init(void); void command_finish(void); -enum command_return +CommandResult command_process(Client &client, unsigned num, char *line); #endif |