rfc2822_new_header
Last updated March 2020
Name
rfc2822_new_header — Create a new header
Synopsis
#include "rfc2822_parser.h"
| rfc2822_field * **rfc2822_new_header** (
| name, | |
| | str)
; | |
Description
Create a new header. Headers should be removed using rfc2822_remove_header.
- name
-
The name of the new header.
- str
-
The content of the header.
This function returns a rfc2822_field.
It is legal to call this function in any thread.
See Also
Was this page helpful?