chiark / gitweb /
Prep v234.3: Set defaults for the sleep config *after* loading the config file.
[elogind.git] / src / login / elogind.h
1 #pragma once
2 #ifndef ELOGIND_SRC_LOGIN_ELOGIN_H_INCLUDED
3 #define ELOGIND_SRC_LOGIN_ELOGIN_H_INCLUDED
4
5 /***
6   This file is part of elogind.
7
8   Copyright 2017 Sven Eden
9
10   elogind is free software; you can redistribute it and/or modify it
11   under the terms of the GNU Lesser General Public License as published by
12   the Free Software Foundation; either version 2.1 of the License, or
13   (at your option) any later version.
14
15   elogind is distributed in the hope that it will be useful, but
16   WITHOUT ANY WARRANTY; without even the implied warranty of
17   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18   Lesser General Public License for more details.
19
20   You should have received a copy of the GNU Lesser General Public License
21   along with elogind; If not, see <http://www.gnu.org/licenses/>.
22 ***/
23
24
25 #include "logind.h"
26 #include "sd-bus.h"
27
28
29 /// Add-Ons for manager_connect_bus()
30 int  elogind_setup_cgroups_agent(Manager *m);
31
32 /// Add-On for manager_free()
33 void elogind_manager_free(Manager* m);
34
35 /// Add-On for manager_new()
36 int elogind_manager_new(Manager* m);
37
38 /// Add-On for manager_reset_config()
39 void elogind_manager_reset_config(Manager* m);
40
41
42 #endif // ELOGIND_SRC_LOGIN_ELOGIN_H_INCLUDED