sieve_create_string_list
Last updated March 2020
Name
sieve_create_string_list — Create a Sieve string list
Synopsis
#include "sieve/ecsieve.h"
| SIEVEARGS * **sieve_create_string_list** (
| seng)
; | |
Description
Create a Sieve string list that you can then add strings to.
- seng
-
For a definition of this data type see structs.seng.
This function returns a SIEVEARGS
. For information about this data type see sieve_ast.
It is legal to call this function in any thread.
Was this page helpful?