#include <stdio.h>
#include <libxml2/libxml/xmlreader.h>
Go to the source code of this file.
Functions | |
int | WFU_parse_config (const char *filename) |
The WFU_parse_config() will parse the specified configuration file. | |
char * | WFU_get_config_path () |
WFU_get_config_path will return the path to the configuration file. |
This file contains the function that parse the XML configuration file. Upon successful completion of WFU_parse_config(), the various WFU_get* functions will return the corresponding value specified in the configuration file. The error WFU_ERR_UNINIT_VALUE will be set in the event that a WFU_get* function references an uninitialized parameter.
|
WFU_get_config_path will return the path to the configuration file.
|
|
The WFU_parse_config() will parse the specified configuration file.
|