X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsolr.c;h=1783440362f188a0f9accea0f35a6a6a8e4ce9db;hp=1fa0d381749fa273a73a64d0562a3488d7b6eab9;hb=96e65728eefb6d7efef6e2f74a3b0d64f92b3c23;hpb=2ad2651374674c895ad59b267da6fe2d8665fabd diff --git a/src/solr.c b/src/solr.c index 1fa0d38..1783440 100644 --- a/src/solr.c +++ b/src/solr.c @@ -20,7 +20,7 @@ #include #endif -int yaz_solr_decode(ODR o, Z_HTTP_Response *hres, Z_SRW_PDU **pdup) +int yaz_solr_decode_response(ODR o, Z_HTTP_Response *hres, Z_SRW_PDU **pdup) { #if YAZ_HAVE_XML2 const char *content_buf = hres->content_buf;