aligning log messages for nice look-and-feel
[pazpar2-moved-to-github.git] / src / config.h
index a276e12..3a79498 100644 (file)
@@ -67,15 +67,13 @@ struct conf_server
     char *proxy_host;
     int proxy_port;
     char *myurl;
+    char *zproxy_host;
+    int zproxy_port;
+    char *settings;
     struct conf_service *service;
     struct conf_server *next;
 };
 
-struct conf_queryprofile
-{
-    int dummy;
-};
-
 struct conf_retrievalmap
 {
     enum {
@@ -120,7 +118,6 @@ struct conf_targetprofiles
 struct conf_config
 {
     struct conf_server *servers;
-    struct conf_queryprofile *queryprofiles;
     struct conf_targetprofiles *targetprofiles;
     struct conf_retrievalprofile *retrievalprofiles;
 };