Function

CamelHeaderParamlist_free

Declaration [src]

void
camel_header_param_list_free (
  _camel_header_param* params
)

Description [src]

Free the list of params.

Parameters

params

Type: _camel_header_param*

A list of params.

The argument can be NULL.
The data is owned by the caller of the function.