Home
last modified time | relevance | path

Searched defs:XSASL_SERVER_IMPL (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/xsasl/
H A Dxsasl.h62 typedef struct XSASL_SERVER_IMPL { struct
63 XSASL_SERVER *(*create) (struct XSASL_SERVER_IMPL *, XSASL_SERVER_CREATE_ARGS *); argument
64 void (*done) (struct XSASL_SERVER_IMPL *); argument
65 } XSASL_SERVER_IMPL; typedef