SYNOPSIS |
#include <libmilter/mfapi.h> void* smfi_getpriv( SMFICTX *ctx );Get the connection-specific data pointer for this connection. | ||||
---|---|---|---|---|---|
DESCRIPTION |
| ||||
ARGUMENTS |
| ||||
RETURN VALUES | smfi_getpriv returns the private data pointer stored by a prior call to smfi_setpriv, or NULL if none has been set. |