Skip to main content

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.

Return Values

This function returns SIEVEARGS. For information about this data type see sieve_ast.

Threading

It is legal to call this function in any thread.

Was this page helpful?