view src/auth/userdb-blocking.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 16ea551957ed
children
line wrap: on
line source

#ifndef USERDB_BLOCKING_H
#define USERDB_BLOCKING_H

void userdb_blocking_lookup(struct auth_request *request);

#endif