X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsolr.c;h=16c5fa61a5e557037a217d1cba8073ec4fa53a24;hb=3c287bc1d48ee6a1f300054c2cebd0ba312bd5b9;hp=60df6519531109b785581e0e170e0481d12de1eb;hpb=86dd4bfde2e51c5389135a45d29a98032ca0ac69;p=yaz-moved-to-github.git diff --git a/src/solr.c b/src/solr.c index 60df651..16c5fa6 100644 --- a/src/solr.c +++ b/src/solr.c @@ -26,7 +26,6 @@ #if YAZ_HAVE_XML2 #include #include -#endif static void extract_text_node(xmlNodePtr node, WRBUF wrbuf) { xmlNodePtr child; @@ -262,6 +261,7 @@ static int yaz_solr_decode_spellcheck(ODR o, xmlNodePtr spellcheckPtr, Z_SRW_sea sr->suggestions = odr_strdup(o, wrbuf_cstr(wrbuf)); return 0; } +#endif int yaz_solr_decode_response(ODR o, Z_HTTP_Response *hres, Z_SRW_PDU **pdup) {