Next: hdrf_name_cmp, Previous: hdrf_index_cmp, Up: Internal Functions
SLinkList
node delete routine for header data fields.
#include <bpipe/bpipe.h>static void hdrf_ll_delete(void *node);
void *node
- the first field to delete
This routine will delete a header field structure and all of the
sibling fields with the same name. It does not delete the
link in the parent bpipe
structure's hdrf_ll
list.