Cross Reference: fifo-input-connection.h
xref
: /
dovecot
/
src
/
old-stats
/
fifo-input-connection.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
FIFO_INPUT_CONNECTION_H
#
define
FIFO_INPUT_CONNECTION_H
struct
fifo_input_connection
*
fifo_input_connection_create
(
int
fd
);
void
fifo_input_connection_destroy
(
struct
fifo_input_connection
**
conn
);
void
fifo_input_connections_destroy_all
(
void
);
#
endif