rfc2822_free_header
Last updated March 2020
Name
rfc2822_free_header — Free the specified header
Synopsis
#include "rfc2822_parser.h"
| void **rfc2822_free_header** (
| header)
; | |
Description
Free an rfc2822_field header.
- header
-
For more information about this struct see rfc2822_field.
- header
-
The name of the header.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?