rfc2822_prepend_header
Last updated March 2020
Name
rfc2822_prepend_header — Prepend headers
Synopsis
#include "rfc2822_parser.h"
| void **rfc2822_prepend_header** (
| ctx, | |
| | hdr)
; | |
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.
Was this page helpful?