HP-UX Reference (11i v3 07/02) - 3 Library Functions N-Z (vol 7)

s
smfi_getpriv(3N) smfi_getpriv(3N)
NAME
smfi_getpriv() - gets connection-specific data pointer for the sendmail connection
SYNOPSIS
#include <libmilter/mfapi.h>
void* smfi_getpriv(
SMFICTX *
ctx
);
PARAMETERS
ctx Specifies the opaque context structure.
DESCRIPTION
The smfi_getpriv()
routine gets the connection-specific data pointer for a connection.
smfi_getpriv()
can be called from the xxfi_* callback functions.
RETURN VALUE
The
smfi_getpriv() routine returns the private data pointer stored by a previous call to
smfi_setpriv() or returns NULL if a data pointer has not been set.
AUTHOR
The
smfi_getpriv() routine was developed by the Sendmail Inc.
SEE ALSO
smfi_getsymval(3N), smfi_setmlreply(3N), smfi_setreply(3N), smfi_setpriv(3N).
Sendmail 8.13.3 Programmer’s Guide on
docs.hp.com .
HP-UX 11i Version 3: February 2007 1 Hewlett-Packard Company 437