view src/auth/userdb-blocking.h @ 9575:0a00dcc4f0ea HEAD

lib-storage: Allow shared namespace prefix to use %variable modifiers.
author Timo Sirainen <tss@iki.fi>
date Wed, 26 May 2010 17:07:51 +0100
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