aboutsummaryrefslogtreecommitdiffstats
path: root/roots.h
diff options
context:
space:
mode:
Diffstat (limited to 'roots.h')
-rw-r--r--roots.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/roots.h b/roots.h
index 2140363..32d35b3 100644
--- a/roots.h
+++ b/roots.h
@@ -31,7 +31,7 @@ Volume* volume_for_path(const char* path);
int ensure_volume_mounted(Volume* v, bool force_rw=false);
int ensure_path_mounted(const char* path, bool force_rw=false);
// Above, plus override SELinux default context
-int remount_for_wipe(const char* path);
+int remount_no_selinux(const char* path);
// Similar to ensure_path_mounted, but allows one to specify the mount_point.
int ensure_path_mounted_at(const char* path, const char* mount_point, bool force_rw=false);