Skip to main content

Name

sieve_create_string_list — Create a Sieve string list

Synopsis

#include "sieve/ecsieve.h"

| SIEVEARGS * **sieve_create_string_list** ( | seng); |   |

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

Description

Create a Sieve string list that you can then add strings to.

Parameters

seng

For a definition of this data type see structs.seng.

Return Values

This function returns a SIEVEARGS. For information about this data type see sieve_ast.

Threading

It is legal to call this function in any thread.

Was this page helpful?