add "moveoutput" command

This commit is contained in:
Max Kellermann
2019-09-26 13:02:34 +02:00
parent ac126ede22
commit c16233fa74
9 changed files with 157 additions and 7 deletions

View File

@@ -35,4 +35,7 @@ handle_listpartitions(Client &client, Request request, Response &response);
CommandResult
handle_newpartition(Client &client, Request request, Response &response);
CommandResult
handle_moveoutput(Client &client, Request request, Response &response);
#endif