X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fpquery.h;fp=include%2Fyaz%2Fpquery.h;h=ddcd5dc4ffb3ea33ad8bebef8bb9439e628d0413;hp=d6324f3758e76a5167aaef1ce20b8e7493894629;hb=4b178f16795cbdd5693abc705e5bdd4a17016672;hpb=c5a81c4eb35bcab571d42f4e02a69e4ed76dc20b diff --git a/include/yaz/pquery.h b/include/yaz/pquery.h index d6324f3..ddcd5dc 100644 --- a/include/yaz/pquery.h +++ b/include/yaz/pquery.h @@ -42,8 +42,6 @@ typedef struct yaz_pqf_parser *YAZ_PQF_Parser; YAZ_EXPORT Z_RPNQuery *p_query_rpn(ODR o, const char *qbuf); -YAZ_EXPORT Z_AttributesPlusTerm *p_query_scan(ODR o, oid_proto proto, - Odr_oid **attributeSetP, const char *qbuf); YAZ_EXPORT YAZ_PQF_Parser yaz_pqf_create(void); YAZ_EXPORT Z_RPNQuery *yaz_pqf_parse(YAZ_PQF_Parser p, ODR o, const char *qbuf);