210 #ifdef XSASL_TYPE_CYRUS 
  211     XSASL_TYPE_CYRUS, xsasl_cyrus_client_init,
 
  219                              const char *path_info)
 
  226     msg_warn(
"unsupported SASL client implementation: %s", client_type);
 
struct XSASL_CLIENT_IMPL *(* client_init)(const char *, const char *)
 
void argv_add(ARGV *argvp,...)
 
ARGV * argv_alloc(ssize_t len)
 
void msg_warn(const char *fmt,...)
 
XSASL_CLIENT_IMPL * xsasl_client_init(const char *client_type, const char *path_info)
 
ARGV * xsasl_client_types(void)