X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fxmlquery.h;h=42752d433ef63a97f408731ff6f03f51bd53c685;hp=05409afb3e4d9fad138f5e743252ec7083675fe2;hb=44480613eaf589ad4cad250a3ef0bd9299b26c50;hpb=d940392c53c32ccf76fb287cc5b997b9e921a431 diff --git a/include/yaz/xmlquery.h b/include/yaz/xmlquery.h index 05409af..42752d4 100644 --- a/include/yaz/xmlquery.h +++ b/include/yaz/xmlquery.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data. + * Copyright (C) 1995-2011 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -38,12 +38,13 @@ YAZ_BEGIN_CDECL +#if YAZ_HAVE_XML2 YAZ_EXPORT void yaz_query2xml(const Z_Query *q, xmlDocPtr *docp); YAZ_EXPORT void yaz_rpnquery2xml(const Z_RPNQuery *rpn, xmlDocPtr *docp); YAZ_EXPORT void yaz_xml2query(const xmlNode *xmlnodep, Z_Query **query, ODR odr, int *error_code, const char **addinfo); - +#endif YAZ_END_CDECL #endif @@ -51,6 +52,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab