summaryrefslogtreecommitdiffstats
path: root/mounts.h
diff options
context:
space:
mode:
Diffstat (limited to 'mounts.h')
-rw-r--r--mounts.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mounts.h b/mounts.h
index 1b7670329..0de1ebd0a 100644
--- a/mounts.h
+++ b/mounts.h
@@ -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