4 * Copyright (c) Tuomo Valkonen 1999-2001.
5 * See the included file LICENSE for details.
8 #ifndef INCLUDED_READCONFIG_H
9 #define INCLUDED_READCONFIG_H
12 #include <libtu/parser.h>
14 extern bool read_config(const char *cfgfile
);
15 extern bool read_config_for(const char *module
,
18 #endif /* INCLUDED_READCONFIG_H */