Cross Reference: auth-postfix-connection.h
xref
: /
dovecot
/
src
/
auth
/
auth-postfix-connection.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
27abb44a48d7a4eeb30c3efc1e0619f7fa06bf00
Timo Sirainen
#
ifndef
AUTH_POSTFIX_CONNECTION_H
27abb44a48d7a4eeb30c3efc1e0619f7fa06bf00
Timo Sirainen
#
define
AUTH_POSTFIX_CONNECTION_H
27abb44a48d7a4eeb30c3efc1e0619f7fa06bf00
Timo Sirainen
27abb44a48d7a4eeb30c3efc1e0619f7fa06bf00
Timo Sirainen
struct
auth_postfix_connection
*
27abb44a48d7a4eeb30c3efc1e0619f7fa06bf00
Timo Sirainen
auth_postfix_connection_create
(
struct
auth
*
auth
,
int
fd
);
27abb44a48d7a4eeb30c3efc1e0619f7fa06bf00
Timo Sirainen
27abb44a48d7a4eeb30c3efc1e0619f7fa06bf00
Timo Sirainen
void
auth_postfix_connections_destroy_all
(
void
);
27abb44a48d7a4eeb30c3efc1e0619f7fa06bf00
Timo Sirainen
27abb44a48d7a4eeb30c3efc1e0619f7fa06bf00
Timo Sirainen
#
endif
27abb44a48d7a4eeb30c3efc1e0619f7fa06bf00
Timo Sirainen