command/Partition: add command "newpartition"

This commit is contained in:
Max Kellermann
2017-02-17 23:38:30 +01:00
parent 1e972174a6
commit 1786f9b1bb
4 changed files with 88 additions and 0 deletions

View File

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