#ifndef MASTER_LOGIN_AUTH_H
#define MASTER_LOGIN_AUTH_H
struct master_auth_request;
typedef void
struct master_login_auth *
/* req has been sent by login process. this function finishes authentication
by performing verifying from auth that req is valid and doing the userdb
lookup. */
const struct master_auth_request *req,
void *context);
#endif