.\" (C) 2002 Ian Gulliver .TH firestring_conf_add 3 2002-03-31 .SH NAME firestring_conf_add \- add an entry to a configuration structure .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "struct firestring_conf_t *firestring_conf_add(struct firestring_conf_t *" "next" ", const char *" "var" ", const char *" "value" ")" .SH DESCRIPTION firestring_conf_add() adds an entry to the configuration structure .I next with variable name .I var and the value .IR value. This function is provided to allow programs to manually add configuration settings. .SH RETURN VALUE Returns a new pointer for the configuration structure. This pointer should be used in all future operations. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)