summaryrefslogtreecommitdiff
path: root/src/umount.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-14 02:33:09 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-14 02:33:09 +0200
commitd48141ba0bed2866e05261cf06f0a6adfb11f349 (patch)
treef0e297a6283e367995dbf14a5939a4fbc3d2458b /src/umount.h
parent2ca1b422530e0e1c3d354b2e95a82723fe3f7702 (diff)
umount: try to get rid of DM devices
Diffstat (limited to 'src/umount.h')
-rw-r--r--src/umount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/umount.h b/src/umount.h
index aeccc00f1..c06ca867a 100644
--- a/src/umount.h
+++ b/src/umount.h
@@ -28,4 +28,6 @@ int swapoff_all(void);
int loopback_detach_all(void);
+int dm_detach_all(void);
+
#endif