Skip to main content

Name

rfc2822_free_header — Free the specified header

Synopsis

#include "rfc2822_parser.h"

| void **rfc2822_free_header** ( | header); |   |

rfc2822_field * <var class="pdparam">header</var>;

Description

Free an rfc2822_field header.

Parameters

header

For more information about this struct see rfc2822_field.

header

The name of the header.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?