chiark / gitweb /
relicense to LGPLv2.1 (with exceptions)
[elogind.git] / src / umount.h
index c06ca867a930530399ca56014f207c80a9d27a3a..2e2f9c181a0057c6f27d0f8f40288c8fa964f6ef 100644 (file)
@@ -9,25 +9,25 @@
   Copyright 2010 ProFUSION embedded systems
 
   systemd is free software; you can redistribute it and/or modify it
-  under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2 of the License, or
+  under the terms of the GNU Lesser General Public License as published by
+  the Free Software Foundation; either version 2.1 of the License, or
   (at your option) any later version.
 
   systemd is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  General Public License for more details.
+  Lesser General Public License for more details.
 
-  You should have received a copy of the GNU General Public License
+  You should have received a copy of the GNU Lesser General Public License
   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