diff options
Diffstat (limited to 'cmds.h')
-rw-r--r-- | cmds.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,5 +61,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(void); #endif /* _CMDS_H */ |