]> git.decadent.org.uk Git - ion3.git/blob - ioncore/conf.h
696852da7c009a803e9bdbf83f35dae8029e0a0a
[ion3.git] / ioncore / conf.h
1 /*
2  * ion/ioncore/conf.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_IONCORE_CONF_H
13 #define ION_IONCORE_CONF_H
14
15 extern bool ioncore_read_main_config(const char *cfgfile);
16
17 extern ExtlTab ioncore_get_winprop(WClientWin *cwin);
18 extern ExtlTab ioncore_get_layout(const char *str);
19
20 #endif /* ION_IONCORE_CONF_H */