summaryrefslogtreecommitdiff
path: root/src/umount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/umount.h')
-rw-r--r--src/umount.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/umount.h b/src/umount.h
index c06ca867a9..acdf09acf1 100644
--- a/src/umount.h
+++ b/src/umount.h
@@ -22,12 +22,12 @@
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