Next: , Previous: hdrf_channel_write, Up: Internal Functions   [Contents]


A.5.43 hdrf_delete

Delete a header data field structure and its associated data.

Synopsis

#include <bpipe/bpipe.h>

static void hdrf_delete(HdrField *field);

Parameters

HdrField *field

the header field structure to delete

Description

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.