Skip to main content

Name

rfc2822_header_append_line — Append a line to a header

Synopsis

#include "rfc2822_parser.h"

| void **rfc2822_header_append_line** ( | hdr, |   | |   | str); |   |

rfc2822_field * <var class="pdparam">hdr</var>; const char * <var class="pdparam">str</var>;

Description

Append a line to a header.

Parameters

hdr

The header that you wish to add to.

str

The line you wish to appended.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?