Query: firestring_conf_delete
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
firestring_conf_delete(3) Library Functions Manual firestring_conf_delete(3)NAMEfirestring_conf_delete - remove an entry from a configuration structureSYNOPSIS#include <firestring.h> -lfirestring struct firestring_conf_t *firestring_conf_delete(struct firestring_conf_t *conf, const char *var)DESCRIPTIONfirestring_conf_delete() removes the entry named var from the configuration structure conf. This function is provided to allow programs to manually remove configuration settings.RETURN VALUEReturns a new pointer for the configuration structure. This pointer should be used in all future operations.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3) 2002-03-31 firestring_conf_delete(3)