sieve_return_value_hash
Last updated March 2020
Name
sieve_return_value_hash — Set the return value to a hash
Synopsis
#include "sieve/ecsieve.h"
| void **sieve_return_value_hash** (
| seng, | |
| | hash)
; | |
Description
Set the return value to a hash.
- seng
-
The Sieve engine state.
- hash
-
The hash return value.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?