SYNOPSIS |
#include <dmarc.h>
DMARC_POLICY_T * opendmarc_policy_connect_clear(
DMARC_POLICY_T * pctx
);
Clears an already allocated opaque context to all NULLs and zeros. This is appropriate for a program that wishes to preallocate a fixed number of opaque contexts and to clear and reuse them as needed.
|
DESCRIPTION |
Called When |
opendmarc_policy_connect_clear()
may be called anytime you want to completely clear an opaque context.
|
|
---|
ARGUMENTS |
|
RETURN VALUES |
- DMARC_POLICY_T * -- on success
- NULL -- Only if the pointer passed into it is NULL.
|
NOTES |
|