X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fccl.h;h=65d2ffd48121177dad67ba353e0e1c03a9312ab6;hb=78b138b80fadc817d621f0a692fca857ee31399b;hp=7772cfff6b2634c8c6fdc0530d70d92ecd093646;hpb=1d8e2adb8e5cfeaf77a84f5f3277785bb24cdd56;p=yaz-moved-to-github.git diff --git a/include/yaz/ccl.h b/include/yaz/ccl.h index 7772cff..65d2ffd 100644 --- a/include/yaz/ccl.h +++ b/include/yaz/ccl.h @@ -49,7 +49,7 @@ /* * CCL - header file * - * $Id: ccl.h,v 1.26 2007-04-26 21:45:16 adam Exp $ + * $Id: ccl.h,v 1.27 2007-04-30 11:33:49 adam Exp $ * * Old Europagate Log: * @@ -274,11 +274,6 @@ int ccl_stricmp(const char *s1, const char *s2); YAZ_EXPORT int ccl_memicmp(const char *s1, const char *s2, size_t n); -/** Search for qualifier 'name' in set 'b'. */ -YAZ_EXPORT -struct ccl_rpn_attr *ccl_qual_search(CCL_parser cclp, const char *name, - size_t len, int seq); - /** Create CCL parser */ YAZ_EXPORT CCL_parser ccl_parser_create(CCL_bibset bibset);