]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - common/privileges.h
Don't show guest session dialog in MATE
[sojka/lightdm.git] / common / privileges.h
1 /*
2  * Copyright (C) 2010-2011 Robert Ancell.
3  * Author: Robert Ancell <robert.ancell@canonical.com>
4  * 
5  * This program is free software: you can redistribute it and/or modify it under
6  * the terms of the GNU General Public License as published by the Free Software
7  * Foundation, either version 3 of the License, or (at your option) any later
8  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
9  * license.
10  */
11
12 #ifndef PRIVILEGES_H_
13 #define PRIVILEGES_H_
14
15 #include <sys/types.h>
16
17 void privileges_drop (uid_t uid, gid_t gid);
18
19 void privileges_reclaim (void);
20
21 #endif /* PRIVILEGES_H_ */