.\" (C) 2002 Ian Gulliver .TH firestring_conf_parse_next 3 2002-11-11 .SH NAME firestring_conf_parse_next \- add on to a previously parsed file .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "struct firestring_conf_t *firestring_conf_parse_next(const char *" "filename" ", struct firestring_conf_t *" "previous" ")" .SH DESCRIPTION firestring_conf_parse_next() attempts to read a configuration from .I filename and add the results to the previous values, overriding that are already set. .SH RETURN VALUE Returns a pointer to a structure containing the data read from the config file, or .I NULL if the file cannot be opened. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)