Skip to main content

Name

sieve_get_accept_construct — Get an accept_construct from the Sieve engine

Synopsis

#include "sieve/ecsieve.h"

| accept_construct * **sieve_get_accept_construct** ( | seng); |   |

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

Description

Get an accept_construct from the Sieve engine.

Parameters

seng

The Sieve engine.

Return Values

This function returns an accept_construct.

Threading

It is legal to call this function in the Scheduler thread.

See Also

Was this page helpful?