Documentation cleanup and a statistics fix

This commit is contained in:
Mark Riddoch
2013-06-21 17:28:56 +02:00
parent 3956abe604
commit 2027f0261b
3 changed files with 5 additions and 3 deletions

View File

@ -41,12 +41,13 @@ static char *config_get_value(CONFIG_PARAMETER *, const char *);
/**
* Config item handler
* Config item handler for the ini file reader
*
* @param userdata The config context element
* @param secton The config file section
* @param section The config file section
* @param name The Parameter name
* @param value The Parameter value
* @return zero on error
*/
static int
handler(void *userdata, const char *section, const char *name, const char *value)