X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsolr.c;h=8fa648b14b2549a23e5c4f8d5e8425e4cc42fc26;hb=ec0326d927a40c3b5d917d35432ee06ad554f023;hp=8c1e29f23e6b1986b84f76a7e3ba43f094630328;hpb=c8eb759d01c901904810106986d58ff1bb72e3f4;p=yaz-moved-to-github.git diff --git a/src/solr.c b/src/solr.c index 8c1e29f..8fa648b 100644 --- a/src/solr.c +++ b/src/solr.c @@ -3,9 +3,12 @@ * See the file LICENSE for details. */ /** - * \file srwutil.c - * \brief Implements SRW/SRU utilities. + * \file solr.c + * \brief Implements SOAP Webservice decoding/encoding */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -18,12 +21,12 @@ #include "sru-p.h" +#define SOLR_MAX_PARAMETERS 100 + #if YAZ_HAVE_XML2 #include #include -#define SOLR_MAX_PARAMETERS 100 - const char *xml_node_attribute_value_get(xmlNodePtr ptr, const char *node_name, const char *attribute_name) { struct _xmlAttr *attr;