sieve_create_hash
Last updated March 2020
Name
sieve_create_hash — Create a Sieve hash
Synopsis
#include "sieve/ecsieve.h"
| SIEVEARGS * **sieve_create_hash** (
| void)
; | |
Description
Create a Sieve hash.
This function returns SIEVEARGS
. For information about this data type see sieve_ast.
It is legal to call this function in any thread.
Was this page helpful?