diff options
Diffstat (limited to 'mounts.h')
-rw-r--r-- | mounts.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -21,12 +21,8 @@ struct MountedVolume; bool scan_mounted_volumes(); -MountedVolume* find_mounted_volume_by_device(const char* device); - MountedVolume* find_mounted_volume_by_mount_point(const char* mount_point); int unmount_mounted_volume(MountedVolume* volume); -int remount_read_only(MountedVolume* volume); - #endif |