Skip to main content

Name

rfc2822_prepend_header — Prepend headers

Synopsis

#include "rfc2822_parser.h"

| void **rfc2822_prepend_header** ( | ctx, |   | |   | hdr); |   |

rfc2822_context * <var class="pdparam">ctx</var>; rfc2822_field * <var class="pdparam">hdr</var>;

Description

Prepend headers.

Parameters

ctx
hdr

The rfc2822_field to be prepended.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

Was this page helpful?