|
NAMEfirestring_conf_parse - read and parse a configuration fileSYNOPSIS#include <firestring.h>-lfirestring struct firestring_conf_t *firestring_conf_parse(const char *filename) DESCRIPTIONfirestring_conf_parse() attempts to read a configuration from filename and parse the results into a structure that it then returns.The support configuration format is fairly flexible:
include as a variable name is special; it causes firestring to parse the file referenced by the value, overriding any previous values (although they are still accessible as arrays). RETURN VALUEReturns a pointer to a structure containing the data read from the config file, or NULL if the file cannot be opened.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3)
Visit the GSP FreeBSD Man Page Interface. |