X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fccl.h;h=f8974df252fd1f65b945b8ce7155d484bac2cacd;hp=bf1b62d4011ce372791080002b66cc2fe3a7596a;hb=7fe4b7de2eb91fc87a5c53ff081b15df0c449a0a;hpb=6be82a6e9dc3eb84877ddcc2d86d70ce9f539e7c diff --git a/include/yaz/ccl.h b/include/yaz/ccl.h index bf1b62d..f8974df 100644 --- a/include/yaz/ccl.h +++ b/include/yaz/ccl.h @@ -305,6 +305,11 @@ YAZ_EXPORT int ccl_stop_words_info(ccl_stop_words_t csw, int idx, const char **qualname, const char **term); +YAZ_EXPORT +struct ccl_rpn_attr *ccl_parser_qual_search(CCL_parser cclp, const char *name, + size_t name_len); + + #ifndef ccl_assert #define ccl_assert(x) ; #endif