Cross Reference: userdb-blocking.h
xref
: /
dovecot
/
src
/
auth
/
userdb-blocking.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
USERDB_BLOCKING_H
#
define
USERDB_BLOCKING_H
void
userdb_blocking_lookup
(
struct
auth_request
*
request
);
struct
userdb_iterate_context
*
userdb_blocking_iter_init
(
struct
auth_request
*
request
,
userdb_iter_callback_t
*
callback
,
void
*
context
);
void
userdb_blocking_iter_next
(
struct
userdb_iterate_context
*
ctx
);
int
userdb_blocking_iter_deinit
(
struct
userdb_iterate_context
**
ctx
);
#
endif