Next: write_hdrf_def, Previous: write_dpktf_def, Up: Internal Functions
Write a header field's data to an output channel.
#include <bpipe/bpipe.h>static int write_hdrf_data(void *data);
void *data
- Not Documented.
This is an action routine used when traversing the list of header fields which writes out the header field data.
It returns zero upon success, non-zero upon failure. It sets
bpipe_errno
to BPEIOERROR
upon failure.