rfc2822_find_next_header
Last updated March 2020
Name
rfc2822_find_next_header — Return the next header
Synopsis
#include "rfc2822_parser.h"
| rfc2822_field **rfc2822_find_next_header** (
| last)
; | |
Description
Return the next header.
- last
-
The previous header.
On success this function returns the next header; on failure, it returns NULL. For a definition of this struct see rfc2822_field. When you have finished with this struct use rfc2822_free_header to free it.
It is legal to call this function in any thread.
See Also
Was this page helpful?