view src/auth/userdb-blocking.h @ 8605:84eea1977632 HEAD

auth: Code cleanup for specifying what passdb features auth mechanisms need.
author Timo Sirainen <tss@iki.fi>
date Fri, 09 Jan 2009 11:15:56 -0500
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef USERDB_BLOCKING_H
#define USERDB_BLOCKING_H

void userdb_blocking_lookup(struct auth_request *request);

#endif