firestring_conf_free(3) free memory used by a configuration structure

SYNOPSIS

#include <firestring.h>
-lfirestring

void firestring_conf_free(struct firestring_conf_t *config)

DESCRIPTION

firestring_conf_free() frees all the memory used by the configuration structure config. This will cause any pointers previously returned by firestring_conf_find() or firestring_conf_find_next() to be invalid.

RETURN VALUE

Nothing.

AUTHOR

Ian Gulliver <[email protected]>