sieve_get_accept_construct
Last updated March 2020
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)
; | |
Description
Get an accept_construct from the Sieve engine.
- seng
-
The Sieve engine.
This function returns an accept_construct.
It is legal to call this function in the Scheduler
thread.
See Also
Was this page helpful?