Add comments to fork() logic for readibility
[notion/jeffpc.git] / ioncore / conf.h
blobc7c9a8d66a65dc00347545a234d117141e210ae2
1 /*
2 * ion/ioncore/conf.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_IONCORE_CONF_H
10 #define ION_IONCORE_CONF_H
12 extern bool ioncore_read_main_config(const char *cfgfile);
14 extern ExtlTab ioncore_get_winprop(WClientWin *cwin);
15 extern ExtlTab ioncore_get_layout(const char *str);
17 #endif /* ION_IONCORE_CONF_H */