Cross Reference:
xref
: /
dovecot
/
src
/
auth
/
login-connection.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
login-connection.h revision c0435c854a0e7246373b9752d163095cc4fbe985
#
ifndef
__LOGIN_CONNECTION_H
#
define
__LOGIN_CONNECTION_H
struct
login_connection
*
login_connection_create
(
int
fd
);
void
login_connection_destroy
(
struct
login_connection
*
conn
);
void
login_connections_init
(
void
);
void
login_connections_deinit
(
void
);
#
endif