auth-client.c revision 9137c55411aa39d41c1e705ddc34d5bd26c65021
/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "auth-client-private.h"
#include "auth-server-connection.h"
struct auth_client *
bool debug)
{
struct auth_client *client;
return client;
}
{
}
{
}
void *context)
{
}
const struct auth_mech_desc *
unsigned int *mech_count)
{
}
const struct auth_mech_desc *
{
const struct auth_mech_desc *mechs;
unsigned int i, count;
for (i = 0; i < count; i++) {
return &mechs[i];
}
return NULL;
}
unsigned int *server_pid_r,
unsigned int *connect_uid_r)
{
}