Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/xsasl/
H A Dxsasl.h82 typedef struct XSASL_CLIENT { struct
83 void (*free) (struct XSASL_CLIENT *); argument
84 …int (*first) (struct XSASL_CLIENT *, const char *, const char *, const char *, const char **, … argument
85 int (*next) (struct XSASL_CLIENT *, const char *, VSTRING *); argument
86 } XSASL_CLIENT; typedef