Skip to main content

Name

rfc2821_address_destroy — Destroy an rfc2821 address

Synopsis

#include "misc/rfc2821addr.h"

| void **rfc2821_address_destroy** ( | ctx); |   |

rfc2821_ctx * <var class="pdparam">ctx</var>;

Description

Destroy an rfc2821 address populated by rfc2821_address_parse.

Parameters

ctx

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?