diff options
Diffstat (limited to 'src/command/QueueCommands.hxx')
-rw-r--r-- | src/command/QueueCommands.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command/QueueCommands.hxx b/src/command/QueueCommands.hxx index ece543cfd..f98f7bad2 100644 --- a/src/command/QueueCommands.hxx +++ b/src/command/QueueCommands.hxx @@ -31,6 +31,9 @@ CommandResult handle_addid(Client &client, unsigned argc, char *argv[]); CommandResult +handle_rangeid(Client &client, unsigned argc, char *argv[]); + +CommandResult handle_delete(Client &client, unsigned argc, char *argv[]); CommandResult |