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 35136dd2baf8dc30e4e754294ed81ff48e8c1e64
#
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