view src/config/config-parser.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 3c8e0e094139
children e5303fd61b5c
line wrap: on
line source

#ifndef CONFIG_PARSER_H
#define CONFIG_PARSER_H

void config_parse_file(const char *path, const char *service);

#endif