summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 6d3c2bd2e..7bbb394a1 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -124,5 +124,9 @@ private:
};
std::vector<Drive> get_drives ();
+/** Unmount any mounted partitions on a drive.
+ * @return true on success, false on failure.
+ */
+bool unmount_drive (std::string drive);
#endif