Skip to main content

Name

sieve_create_number — Create a Sieve number

Synopsis

#include "sieve/ecsieve.h"

| SIEVEARGS * **sieve_create_number** ( | number); |   |

u_int32_t <var class="pdparam">number</var>;

Description

Create a Sieve number.

Parameters

number

The number you wish to create.

Return Values

This function returns a 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?