sieve_create_hash
Name
sieve_create_hash — Create a Sieve hash
Synopsis
#include "sieve/ecsieve.h"
| SIEVEARGS * **sieve_create_hash** (
| void)
; | |
<var class="pdparam">void</var>
;
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.