trunk: changeset 1925
[notion/jeffpc.git] / ioncore / conf.h
blob5f3ea0527821bdb4f249f761a18c99066d82620c
1 /*
2 * ion/ioncore/conf.h
4 * Copyright (c) Tuomo Valkonen 1999-2005.
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.
12 #ifndef ION_IONCORE_CONF_H
13 #define ION_IONCORE_CONF_H
15 extern bool ioncore_read_main_config(const char *cfgfile);
17 #endif /* ION_IONCORE_CONF_H */