Skip to main content

Name

sieve_delref — Delete a reference to a compiled Sieve script

Synopsis

#include "sieve/ecsieve.h"

| void **sieve_delref** ( | script); |   |

SIEVE * <var class="pdparam">script</var>;

Description

Delete a reference to a compiled Sieve script.

The script will be freed when its refcount falls to zero.

Parameters

script

The script to delete. For more information about this data type see sieve.

Return Value

This function returns void.

Threading

It is legal to call this function in any thread.

Was this page helpful?