view src/config/config-connection.h @ 12312:28eaaa23f2c6

lib-storage: Added support for saving mail attachments separately via filesystem API. Currently this works only with sdbox and mdbox backends.
author Timo Sirainen <tss@iki.fi>
date Tue, 19 Oct 2010 18:47:17 +0100
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