Skip to main content

Name

sieve_arg_delref — Remove a reference to a Sieve argument

Synopsis

#include "sieve/ecsieve.h"

| void **sieve_arg_delref** ( | arg); |   |

SIEVEARGS * <var class="pdparam">arg</var>;

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.

Parameters

arg

The argument you wish to remove.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?