X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fpquery.h;h=a165a36bfa9bf51bbd2639eb3f5bd9f1627ad2a1;hp=79c49fdea9e3910389967d232e44e1ef92f0f7c6;hb=916ddaa16e2fe4f4bd649b463be12e7854f98dc8;hpb=234a815c6258460f1746fe7ff92659f6639e72f9 diff --git a/include/yaz/pquery.h b/include/yaz/pquery.h index 79c49fd..a165a36 100644 --- a/include/yaz/pquery.h +++ b/include/yaz/pquery.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2013 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: @@ -53,11 +53,16 @@ YAZ_EXPORT Z_AttributeList *yaz_pqf_scan_attribute_list(YAZ_PQF_Parser p, ODR o, Odr_oid **attributeSetId, const char *qbuf); +YAZ_EXPORT +Z_FacetList *yaz_pqf_parse_facet_list(ODR odr, const char *args ); 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); +YAZ_EXPORT +Z_Term *z_Term_create(ODR o, int term_type, const char *buf, size_t len); + /* no error */ #define YAZ_PQF_ERROR_NONE 0