rfc2822_prepend_header
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.
- ctx
-
The rfc2822_context.
- hdr
-
The rfc2822_field to be prepended.
This function returns void.
It is legal to call this function in any thread.