diff options
Diffstat (limited to 'src/command/StorageCommands.hxx')
-rw-r--r-- | src/command/StorageCommands.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command/StorageCommands.hxx b/src/command/StorageCommands.hxx index 905cd636e..a3636d54a 100644 --- a/src/command/StorageCommands.hxx +++ b/src/command/StorageCommands.hxx @@ -32,12 +32,12 @@ CommandResult handle_listfiles_storage(Client &client, const char *uri); CommandResult -handle_listmounts(Client &client, int argc, char *argv[]); +handle_listmounts(Client &client, unsigned argc, char *argv[]); CommandResult -handle_mount(Client &client, int argc, char *argv[]); +handle_mount(Client &client, unsigned argc, char *argv[]); CommandResult -handle_unmount(Client &client, int argc, char *argv[]); +handle_unmount(Client &client, unsigned argc, char *argv[]); #endif |