X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fpquery.h;h=79c49fdea9e3910389967d232e44e1ef92f0f7c6;hp=ddcd5dc4ffb3ea33ad8bebef8bb9439e628d0413;hb=234a815c6258460f1746fe7ff92659f6639e72f9;hpb=15e7414994200ceccc20195f084a574f9b30ad1f diff --git a/include/yaz/pquery.h b/include/yaz/pquery.h index ddcd5dc..79c49fd 100644 --- a/include/yaz/pquery.h +++ b/include/yaz/pquery.h @@ -48,6 +48,12 @@ YAZ_EXPORT Z_RPNQuery *yaz_pqf_parse(YAZ_PQF_Parser p, ODR o, YAZ_EXPORT Z_AttributesPlusTerm *yaz_pqf_scan(YAZ_PQF_Parser p, ODR o, Odr_oid **attributeSetId, const char *qbuf); + +YAZ_EXPORT Z_AttributeList *yaz_pqf_scan_attribute_list(YAZ_PQF_Parser p, ODR o, + Odr_oid **attributeSetId, + const char *qbuf); + + YAZ_EXPORT void yaz_pqf_destroy(YAZ_PQF_Parser p); YAZ_EXPORT int yaz_pqf_error(YAZ_PQF_Parser p, const char **msg, size_t *off);