Cross Reference: passdb-blocking.h
xref
: /
dovecot
/
src
/
auth
/
passdb-blocking.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
passdb-blocking.h revision c25356d5978632df6203437e1953bcb29e0c736f
#
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