chiark / gitweb /
shutdown: loop only as long as we manage to unmount/detach devices, give up immediate...
[elogind.git] / src / umount.h
index c06ca867a930530399ca56014f207c80a9d27a3a..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(void);
+int dm_detach_all(bool *changed);
 
 #endif