Next: , Previous: hdrf_index_cmp, Up: Internal Functions


A.5.46 hdrf_ll_delete

SLinkList node delete routine for header data fields.

Synopsis

     #include <bpipe/bpipe.h>
     
     
     
static void hdrf_ll_delete(void *node);

Parameters

void *node
the first field to delete

Description

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.