added optional <zproxy> element to config file, containing any of these attribute...
[pazpar2-moved-to-github.git] / src / config.h
index a276e12..5c2c8b1 100644 (file)
@@ -67,6 +67,8 @@ struct conf_server
     char *proxy_host;
     int proxy_port;
     char *myurl;
+    char *zproxy_host;
+    int zproxy_port;
     struct conf_service *service;
     struct conf_server *next;
 };