Cross Reference: log-connection.h
xref
: /
dovecot
/
src
/
log
/
log-connection.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
log-connection.h revision e3540e734a79fd4f971652925079c2e26a4b5524
#
ifndef
LOG_CONNECTION_H
#
define
LOG_CONNECTION_H
struct
log_connection
*
log_connection_create
(
int
fd
,
bool
master
);
void
log_connection_destroy
(
struct
log_connection
*
log
);
void
log_connections_init
(
void
);
void
log_connections_deinit
(
void
);
#
endif