view src/auth/auth-postfix-connection.h @ 22614:cf66220d281e

doveadm proxy: Don't crash if remote doesn't support log proxying
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sat, 14 Oct 2017 12:54:18 +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