view src/auth/passdb-blocking.h @ 8958:16c286aee307 HEAD

Implemented support for per-namespace quotas. Can be used with public namespaces.
author Timo Sirainen <tss@iki.fi>
date Thu, 16 Apr 2009 21:31:30 -0400
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef PASSDB_BLOCKING_H
#define PASSDB_BLOCKING_H

void passdb_blocking_verify_plain(struct auth_request *request);
void passdb_blocking_lookup_credentials(struct auth_request *request);
void passdb_blocking_set_credentials(struct auth_request *request,
				     const char *new_credentials);

#endif