summaryrefslogtreecommitdiffstats
path: root/mounts.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-18 01:37:55 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-18 01:37:55 +0200
commit2d356db998754ff87ddd9ccee823d5707816561c (patch)
tree7b145602016587c7ab2b0fcf8c0189d89e9e576c /mounts.h
parentFix the double free in verify_package_compatibility(). am: f978278995 (diff)
parentMerge "libmounts: Remove two dead functions." am: 4854e77fd2 am: 7e031fdfe6 (diff)
downloadandroid_bootable_recovery-2d356db998754ff87ddd9ccee823d5707816561c.tar
android_bootable_recovery-2d356db998754ff87ddd9ccee823d5707816561c.tar.gz
android_bootable_recovery-2d356db998754ff87ddd9ccee823d5707816561c.tar.bz2
android_bootable_recovery-2d356db998754ff87ddd9ccee823d5707816561c.tar.lz
android_bootable_recovery-2d356db998754ff87ddd9ccee823d5707816561c.tar.xz
android_bootable_recovery-2d356db998754ff87ddd9ccee823d5707816561c.tar.zst
android_bootable_recovery-2d356db998754ff87ddd9ccee823d5707816561c.zip
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