diff options
Diffstat (limited to 'cmds.h')
-rw-r--r-- | cmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,6 +60,6 @@ int cmd_subvolume_delete(int argc, char *argv[]); int cmd_subvolume_snapshot(int argc, char *argv[]); int cmd_fusemount(int argc, char *argv[]); -void cmd_mount(int agc, char *argv[]); +int cmd_mount(int agc, char *argv[]); #endif /* _CMDS_H */ |