X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsleep%2Fsleep.h;fp=src%2Flogin%2Flogind-sleep.h;h=85669fa07dbfef0aa4bcf2ad497756dbdbf40aa3;hp=c493c68ddd26c8e05150a10ac463a8e5b31af56c;hb=c2c096d2926572113cba380fde34b119661d45f8;hpb=6f2f5118f1ba06b7fd93a0ce6661530ea1f7e7ee diff --git a/src/login/logind-sleep.h b/src/sleep/sleep.h similarity index 51% rename from src/login/logind-sleep.h rename to src/sleep/sleep.h index c493c68dd..85669fa07 100644 --- a/src/login/logind-sleep.h +++ b/src/sleep/sleep.h @@ -1,25 +1,26 @@ #pragma once +#ifndef ELOGIND_SRC_SLEEP_SLEEP_H_INCLUDED +#define ELOGIND_SRC_SLEEP_SLEEP_H_INCLUDED /*** - This file is part of systemd. + This file is part of elogind. - Copyright 2013 Zbigniew Jędrzejewski-Szmek + Copyright 2017 Sven Eden - systemd is free software; you can redistribute it and/or modify it + elogind is free software; you can redistribute it and/or modify it 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 + elogind 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with systemd; If not, see . + along with elogind; If not, see . ***/ -#include "logind.h" +int do_sleep(const char *verb, char **modes, char **states); -int can_sleep(Manager *m, const char *verb); -int do_sleep(const char *arg_verb, char **modes, char **states); +#endif // ELOGIND_SRC_SLEEP_SLEEP_H_INCLUDED