Name
sieve_delref — Delete a reference to a compiled Sieve script
Synopsis
#include "sieve/ecsieve.h"
| void **sieve_delref** (
| script)
; | |
Description
Delete a reference to a compiled Sieve script.
The script will be freed when its refcount falls to zero.
- script
-
The script to delete. For more information about this data type see sieve.
This function returns void.
It is legal to call this function in any thread.
Was this page helpful?