login-proxy-state.c revision 088cb24027234024aff2c1ce5b6870c5a308a44b
/* Copyright (c) 2009 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "network.h"
#include "hash.h"
#include "login-proxy-state.h"
struct login_proxy_state {
struct hash_table *hash;
};
static unsigned int ip_addr_hash(const void *p)
{
return net_ip_hash(ip);
}
{
}
struct login_proxy_state *login_proxy_state_init(void)
{
struct login_proxy_state *state;
return state;
}
{
}
struct login_proxy_record *
{
struct login_proxy_record *rec;
}
return rec;
}