sieve_get_arg_lineno
Last updated March 2020
Name
sieve_get_arg_lineno — Get the current line number
Synopsis
#include "sieve/ecsieve.h"
| **sieve_get_arg_lineno** (
| args, | |
| | n)
; | |
Description
Get the current line number; typically used with sieve_error.
- args
-
The argument list.
On success the line number is returned; otherwise 0
is returned.
It is legal to call this function in any thread.
See Also
Was this page helpful?