Remove an entry from a configuration structure
#include <firestring.h>
-lfirestring
struct firestring_conf_t *firestring_conf_delete(struct firestring_conf_t *conf, const char *var)
firestring_conf_delete() removes the entry named var from the configuration structure conf. This function is provided to allow programs to manually remove configuration settings.
Returns a new pointer for the configuration structure. This pointer should be used in all future operations.
Ian Gulliver <[email protected]>