.\" (C) 2002 Ian Gulliver .TH firestring_conf_free 3 2002-03-31 .SH NAME firestring_conf_free \- free memory used by a configuration structure .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "void firestring_conf_free(struct firestring_conf_t *" "config" ")" .SH DESCRIPTION firestring_conf_free() frees all the memory used by the configuration structure .IR config. This will cause any pointers previously returned by firestring_conf_find() or firestring_conf_find_next() to be invalid. .SH RETURN VALUE Nothing. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)