chiark / gitweb /
service: drop redundant check in sysv_translate_facility
[elogind.git] / src / umount.h
index aeccc00f1e8d981b8601b6388b298bf15cb8e164..acdf09acf1c5dd2d61f9640d203d413843137e02 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-int umount_all(void);
+int umount_all(bool *changed);
 
-int swapoff_all(void);
+int swapoff_all(bool *changed);
 
-int loopback_detach_all(void);
+int loopback_detach_all(bool *changed);
+
+int dm_detach_all(bool *changed);
 
 #endif