]> git.decadent.org.uk Git - ion3.git/blob - ioncore/conf.h
Imported Upstream version 20090110
[ion3.git] / ioncore / conf.h
1 /*
2  * ion/ioncore/conf.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_CONF_H
10 #define ION_IONCORE_CONF_H
11
12 extern bool ioncore_read_main_config(const char *cfgfile);
13
14 extern ExtlTab ioncore_get_winprop(WClientWin *cwin);
15 extern ExtlTab ioncore_get_layout(const char *str);
16
17 #endif /* ION_IONCORE_CONF_H */