]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - src/session-child.h
Load all users only when really needed
[sojka/lightdm.git] / src / session-child.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 SESSION_CHILD_H_
13 #define SESSION_CHILD_H_
14
15 int session_child_run (int argc, char **argv);
16
17 #endif /* SESSION_CHILD_H_ */