mech-anonymous.c revision 4ac5448461b63de9637de839fbc611a3d503287c
/* Copyright (C) 2002-2004 Timo Sirainen */
#include "common.h"
#include "mech.h"
static void
{
/* temporarily set the user to the one that was given,
so that the log message goes right */
}
}
static void
{
if (data_size == 0) {
NULL, 0);
} else {
}
}
static void
{
}
static struct auth_request *mech_anonymous_auth_new(void)
{
struct auth_request *request;
return request;
}
struct mech_module mech_anonymous = {
"ANONYMOUS",
};