Skip to main content

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); |   |

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

Description

Declare that the return value will be a string list.

Parameters

seng

The Sieve engine state.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?