Next: hdrf_get, Previous: hdrf_channel_write, Up: Internal Functions
Delete a header data field structure and its associated data.
#include <bpipe/bpipe.h>static void hdrf_delete(HdrField *field);
HdrField *field
- the header field structure to delete
This routine deletes the memory associated with a header data field
structure. It does not remove it from the header lists;
this must be done prior to calling hdrf_delete
. It
is safe to call this routine with a NULL
pointer.