view src/indexer/master-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 0faaceb2f83c
children
line wrap: on
line source

#ifndef MASTER_CONNECTION_H
#define MASTER_CONNECTION_H

struct master_connection *
master_connection_create(int fd, struct mail_storage_service_ctx *storage_service);
void master_connection_destroy(struct master_connection **conn);

#endif