rfc2821_address_destroy
Last updated March 2020
Name
rfc2821_address_destroy — Destroy an rfc2821 address
Synopsis
#include "misc/rfc2821addr.h"
| void **rfc2821_address_destroy** (
| ctx)
; | |
Description
Destroy an rfc2821 address populated by rfc2821_address_parse.
- ctx
-
See structs.rfc2821_ctx.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?