login-proxy-state.c revision 6303191abcb37164f435ccdc56e9dbddf1288851
/* Copyright (c) 2009-2010 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "network.h"
#include "hash.h"
#include "strescape.h"
#include "login-proxy-state.h"
#include <unistd.h>
#include <fcntl.h>
struct login_proxy_state {
struct hash_table *hash;
const char *notify_path;
int notify_fd;
};
static unsigned int login_proxy_record_hash(const void *p)
{
const struct login_proxy_record *rec = p;
}
{
return 1;
}
{
struct login_proxy_state *state;
else {
}
return state;
}
{
}
}
struct login_proxy_record *
{
}
return rec;
}
const char *user)
{
unsigned int len;
return;
T_BEGIN {
const char *cmd;
} T_END;
if (ret < 0)
else {
i_error("write(%s) wrote partial update",
state->notify_path);
}
}
}