From: Adam Dickmeiss Date: Mon, 9 Sep 2013 08:58:19 +0000 (+0200) Subject: Make yaz_negotiate_sru_version internal X-Git-Tag: v5.0.0~60 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=b51665819b5685aeeac61d30aee5e66f1af7a4cc Make yaz_negotiate_sru_version internal --- diff --git a/include/yaz/srw.h b/include/yaz/srw.h index 7af2421..b86b790 100644 --- a/include/yaz/srw.h +++ b/include/yaz/srw.h @@ -327,8 +327,6 @@ YAZ_EXPORT int yaz_sru_soap_encode(Z_HTTP_Request *hreq, Z_SRW_PDU *srw_pdu, YAZ_EXPORT int yaz_solr_encode_request(Z_HTTP_Request *hreq, Z_SRW_PDU *srw_pdu, ODR encode, const char *charset); -YAZ_EXPORT char *yaz_negotiate_sru_version(char *input_ver); - YAZ_EXPORT void yaz_encode_sru_extra(Z_SRW_PDU *sr, ODR odr, const char *extra_args); diff --git a/src/sru-p.h b/src/sru-p.h index b10b858..7bd2762 100644 --- a/src/sru-p.h +++ b/src/sru-p.h @@ -37,6 +37,8 @@ void yaz_add_name_value_int(ODR o, char **name, char **value, int *i, Z_AttributeList *yaz_use_attribute_create(ODR o, const char *name); +char *yaz_negotiate_sru_version(char *input_ver); + #if YAZ_HAVE_XML2 #include #include