diff src/config/config-parser.h @ 11510:c147a2653f9c HEAD

doveconf: Renamed lip/rip filters to local/remote, which also support DNS lookups now.
author Timo Sirainen <tss@iki.fi>
date Wed, 09 Jun 2010 18:32:47 +0100
parents 3fc759d5e736
children 31387c9d5b88
line wrap: on
line diff
--- a/src/config/config-parser.h	Wed Jun 09 18:29:55 2010 +0100
+++ b/src/config/config-parser.h	Wed Jun 09 18:32:47 2010 +0100
@@ -14,6 +14,8 @@
 extern struct config_filter_context *config_filter;
 extern struct module *modules;
 
+int config_parse_net(const char *value, struct ip_addr *ip_r,
+		     unsigned int *bits_r, const char **error_r);
 int config_parse_file(const char *path, bool expand_values, const char *module,
 		      const char **error_r);