rfc2822_header_append_line
Last updated March 2020
Name
rfc2822_header_append_line — Append a line to a header
Synopsis
#include "rfc2822_parser.h"
| void **rfc2822_header_append_line** (
| hdr, | |
| | str)
; | |
Description
Append a line to a header.
- hdr
-
The header that you wish to add to.
- str
-
The line you wish to appended.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?