view src/config/config-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 770a02e0dbd2
children
line wrap: on
line source

#ifndef CONFIG_CONNECTION_H
#define CONFIG_CONNECTION_H

struct config_connection *config_connection_create(int fd);
void config_connection_destroy(struct config_connection *conn);

void config_connections_destroy_all(void);

#endif