Renamed package to ion1, and made it conflict with package 'ion'.
[ion1.git] / src / readconfig.h
blob8b361b366e200d9c32cf1abb6d722941cd9f2b7f
1 /*
2 * ion/readconfig.h
4 * Copyright (c) Tuomo Valkonen 1999-2001.
5 * See the included file LICENSE for details.
6 */
8 #ifndef INCLUDED_READCONFIG_H
9 #define INCLUDED_READCONFIG_H
11 #include "common.h"
12 #include <libtu/parser.h>
14 extern bool read_config(const char *cfgfile);
15 extern bool read_config_for(const char *module,
16 const ConfOpt *opts);
18 #endif /* INCLUDED_READCONFIG_H */