X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fconfig.h;h=3a79498a674a71c36bcb69d6eaa10e4f85e73691;hb=c7b8fb38d1cd3568301aabac00c5627bd6f510ca;hp=5c2c8b17cfa3e7473ad4675d37c289a0a8da90d5;hpb=bcbb4bd74d931e5f5419f5a577adb85bede15e4e;p=pazpar2-moved-to-github.git diff --git a/src/config.h b/src/config.h index 5c2c8b1..3a79498 100644 --- a/src/config.h +++ b/src/config.h @@ -69,15 +69,11 @@ struct conf_server 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 { @@ -122,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; };