#include <stddef.h>
Go to the source code of this file.
Functions | |
| char * | xdasd_conf_getstr (const char *name, char *buffer, size_t *bufszp) |
| Returns a named property value as a string. | |
| int | xdasd_conf_getint (const char *name) |
| Return a named property value as an integer. | |
| int | xdasd_conf_init (const char *cfgpath) |
| Initialize or reinitialize property list from file. | |
| void | xdasd_conf_exit (void) |
| Cleanup existing property list. | |
Definition in file xdasd_conf.h.
1.5.6