sieve_arg_delref
Last updated March 2020
Name
sieve_arg_delref — Remove a reference to a Sieve argument
Synopsis
#include "sieve/ecsieve.h"
| void **sieve_arg_delref** (
| arg)
; | |
Description
Remove a Sieve argument. Use this function with the values returned by sieve_hash_first_item, sieve_hash_next_item and sieve_get_hash_item.
- arg
-
The argument you wish to remove.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?