view src/config/config-connection.h @ 9002:9d0037a997f4 HEAD

Initial commit for config rewrite.
author Timo Sirainen <tss@iki.fi>
date Tue, 27 Jan 2009 18:21:53 -0500
parents
children 8b616cc6d848
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_connection_dump_request(int fd, const char *service);

#endif