| SYNOPSIS |
#include <dkim.h>
DKIM_STAT dkim_iter_ctx_free(
DKIM_ITER_CTX *ctx
);
Release resources associated with a nametable iteration context.
|
| DESCRIPTION |
| Called When |
dkim_iter_ctx_free() must be passed a table iteration context
returned by
dkim_nametable_first() |
| Effects |
Releases resources that were allocated and assigned to the context
ctx when it was returned by dkim_nametable_first().
The context ctx may not be reused. |
|
|---|
| ARGUMENTS |
| Argument | Description |
| ctx |
A DKIM_ITER_CTX context returned by
a previous call to dkim_nametable_first().
|
|
| RETURN VALUES |
- DKIM_STAT_OK -- operation was successful
|
| NOTES |
None.
|