summaryrefslogtreecommitdiffstats
path: root/mtdutils/mounts.h
diff options
context:
space:
mode:
Diffstat (limited to 'mtdutils/mounts.h')
-rw-r--r--mtdutils/mounts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mtdutils/mounts.h b/mtdutils/mounts.h
index d721355..c8318c0 100644
--- a/mtdutils/mounts.h
+++ b/mtdutils/mounts.h
@@ -31,6 +31,7 @@ const MountedVolume *
find_mounted_volume_by_mount_point(const char *mount_point);
int unmount_mounted_volume(const MountedVolume *volume);
+int unmount_mounted_volume_detach(const MountedVolume *volume);
int remount_read_only(const MountedVolume* volume);