Skip to main content

Name

rfc2822_address_destroy — Destroy an rfc2822 address

Synopsis

#include "address.h"

| (void) **rfc2822_address_destroy** ( | ctx); |   |

struct rfc2822_address_context * <var class="pdparam">ctx</var>;

Description

Destroy an rfc2822 address populated by rfc2822_address_parse. .

Parameters

ctx

The context. For more information see rfc2822_context.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?