X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fconfig.h;h=3a79498a674a71c36bcb69d6eaa10e4f85e73691;hb=c7b8fb38d1cd3568301aabac00c5627bd6f510ca;hp=a276e12f17647c6a7509dd7e28fb5b258a136bf7;hpb=9a660575bb51d190608e5cdec416bb8a9acf3389;p=pazpar2-moved-to-github.git diff --git a/src/config.h b/src/config.h index a276e12..3a79498 100644 --- a/src/config.h +++ b/src/config.h @@ -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; };