rfc2822_address_destroy
Last updated March 2020
Name
rfc2822_address_destroy — Destroy an rfc2822 address
Synopsis
#include "address.h"
| (void) **rfc2822_address_destroy** (
| ctx)
; | |
Description
Destroy an rfc2822 address populated by rfc2822_address_parse. .
- ctx
-
The context. For more information see rfc2822_context.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?