Skip to main content

Name

sieve_string_list_append — Append a value to a string list

Synopsis

#include "sieve/ecsieve.h"

| void **sieve_string_list_append** ( | seng, |   | |   | sl, |   | |   | arg); |   |

SENG * <var class="pdparam">seng</var>; SIEVEARGS * <var class="pdparam">sl</var>; SIEVEARGS * <var class="pdparam">arg</var>;

Description

Append a value to a string list.

Parameters

seng

The Sieve engine state.

sl

The string list to append to.

arg

The argument to append.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?