Cross Reference: login-connection.h
xref
: /
dovecot
/
src
/
director
/
login-connection.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
login-connection.h revision b4ddb5b3c3722620a8fef387dd8c47bb411a5643
#
ifndef
LOGIN_CONNECTION_H
#
define
LOGIN_CONNECTION_H
struct
director
;
struct
login_connection
*
login_connection_init
(
struct
director
*
dir
,
int
fd
,
struct
auth_connection
*
auth
,
bool
userdb
);
void
login_connection_deinit
(
struct
login_connection
**
conn
);
void
login_connections_deinit
(
void
);
#
endif