view src/config/config-connection.h @ 9179:f8460b27db00 HEAD

doveconf: With -p only protocol-specific settings are returned. -n and -a return human-readable output.
author Timo Sirainen <tss@iki.fi>
date Thu, 30 Apr 2009 15:02:44 -0400
parents 6324a79d3ee1
children f155917f1615
line wrap: on
line source

#ifndef CONFIG_CONNECTION_H
#define CONFIG_CONNECTION_H

enum config_dump_flags;

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

void config_connection_dump_request(int fd, const char *service,
				    enum config_dump_flags flags);
void config_connection_putenv(const char *service);

void config_connections_destroy_all(void);

#endif