view src/auth/auth-postfix-connection.h @ 20419:0dc214cf2e30

auth-policy: Add policy implementation
author Aki Tuomi <aki.tuomi@dovecot.fi>
date Fri, 03 Jun 2016 20:21:42 +0300
parents f562bcaca215
children
line wrap: on
line source

#ifndef AUTH_POSTFIX_CONNECTION_H
#define AUTH_POSTFIX_CONNECTION_H

struct auth_postfix_connection *
auth_postfix_connection_create(struct auth *auth, int fd);

void auth_postfix_connections_destroy_all(void);

#endif