view src/indexer/master-connection.h @ 22711:25d4771ad0fd

lib-storage: mailbox_list_index - indentation cleanup
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Dec 2017 02:10:27 +0200
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