X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsolr.c;h=c602d2ead82f720423d7742fcbefb5f93f874538;hp=1783440362f188a0f9accea0f35a6a6a8e4ce9db;hb=45beb75c13c772c5dc305cb443208862f33061c7;hpb=96e65728eefb6d7efef6e2f74a3b0d64f92b3c23 diff --git a/src/solr.c b/src/solr.c index 1783440..c602d2e 100644 --- a/src/solr.c +++ b/src/solr.c @@ -132,8 +132,8 @@ int yaz_solr_decode_response(ODR o, Z_HTTP_Response *hres, Z_SRW_PDU **pdup) #endif } -int yaz_solr_encode(Z_HTTP_Request *hreq, Z_SRW_PDU *srw_pdu, - ODR encode, const char *charset) +int yaz_solr_encode_request(Z_HTTP_Request *hreq, Z_SRW_PDU *srw_pdu, + ODR encode, const char *charset) { const char *solr_op = 0; char *name[30], *value[30];