sieve_return_value_string_list
Last updated March 2020
Name
sieve_return_value_string_list — Set the return value to a string list
Synopsis
#include "sieve/ecsieve.h"
| void **sieve_return_value_string_list** (
| seng)
; | |
Description
Declare that the return value will be a string list.
- seng
-
The Sieve engine state.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?