.\" (C) 2002 Ian Gulliver .TH firestring_conf_delete 3 2002-03-31 .SH NAME firestring_conf_delete \- remove an entry from a configuration structure .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "struct firestring_conf_t *firestring_conf_delete(struct firestring_conf_t *" "conf" ", const char *" "var" ")" .SH DESCRIPTION firestring_conf_delete() removes the entry named .I var from the configuration structure .IR conf . This function is provided to allow programs to manually remove 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)