Cross Reference: config-connection.h
xref
: /
dovecot
/
src
/
config
/
config-connection.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
CONFIG_CONNECTION_H
#
define
CONFIG_CONNECTION_H
struct
config_connection
*
config_connection_create
(
int
fd
);
void
config_connection_destroy
(
struct
config_connection
*
conn
);
void
config_connections_destroy_all
(
void
);
#
endif