|
ezmlmx 0.69
ezmlmx
|
#include "stralloc.h"#include "byte.h"#include "logmsg.h"#include "getconf.h"#include "idx.h"#include "errtxt.h"#include "readclose.h"
Go to the source code of this file.
Macros | |
| #define | WHO "getconf" |
Functions | |
| void | die_nomem () |
| int | getconf (stralloc *sa, const char *fn, int flagrequired, const char *dir) |
| int | getconf_line (stralloc *sa, const char *fn, int flagrequired, const char *dir) |
Definition in file getconf.c.
| void die_nomem | ( | void | ) |
| int getconf | ( | stralloc * | sa, |
| const char * | fn, | ||
| int | flagrequired, | ||
| const char * | dir ) |