X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fumount.h;h=2e2f9c181a0057c6f27d0f8f40288c8fa964f6ef;hb=5430f7f2bc7330f3088b894166bf3524a067e3d8;hp=c06ca867a930530399ca56014f207c80a9d27a3a;hpb=d48141ba0bed2866e05261cf06f0a6adfb11f349;p=elogind.git diff --git a/src/umount.h b/src/umount.h index c06ca867a..2e2f9c181 100644 --- a/src/umount.h +++ b/src/umount.h @@ -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 . ***/ -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