Name
sieve_get_arg — Get the argument at the specified index
Synopsis
#include "sieve/ecsieve.h"
| SIEVEARGS * **sieve_get_arg** (
| args, | |
| | n)
; | |
Description
Get the argument at the specified zero-based index.
You must call sieve_arg_delref when you are done using the item.
- args
-
The argument list.
- n
-
Which argument to examine, indexed from 0.
The argument at the specified index is returned.
It is legal to call this function in any thread.
See Also
Was this page helpful?