sieve_string_list_append
Last updated March 2020
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.
- seng
-
The Sieve engine state.
- sl
-
The string list to append to.
- arg
-
The argument to append.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?