X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fccl.h;h=ce53b80da07d56cb5757686ec8c9e097bd623084;hb=fed910d8353748e97f8417132a3243a291ef3d92;hp=dacc22eb9fd320d00d59d3326045cb4463c0f907;hpb=467377d6fb2ed2da1e0c8f9f694ec7148863c30b;p=egate.git diff --git a/include/ccl.h b/include/ccl.h index dacc22e..ce53b80 100644 --- a/include/ccl.h +++ b/include/ccl.h @@ -2,7 +2,10 @@ * Europagate, 1995 * * $Log: ccl.h,v $ - * Revision 1.1 1995/02/14 19:55:21 adam + * Revision 1.2 1995/02/15 17:43:08 adam + * Minor changes to the ccl interface. Bug fix in iso2709 module. + * + * Revision 1.1 1995/02/14 19:55:21 adam * Header files ccl.h/cclp.h are gone! They have been merged an * moved to ../include/ccl.h. * @@ -128,15 +131,24 @@ struct ccl_token *ccl_tokenize (const char *command); struct ccl_rpn_node *ccl_find_str (CCL_bibset bibset, const char *str, int *error, int *pos); + +struct ccl_rpn_node *ccl_find (CCL_bibset abibset, struct ccl_token *list, + int *error, const char **pos); char *ccl_err_msg (int ccl_errno); void ccl_rpn_delete (struct ccl_rpn_node *rpn); -void ccl_pr_tree (struct ccl_rpn_node *rpn); +void ccl_pr_tree (struct ccl_rpn_node *rpn, FILE *fd_out); void ccl_qual_add (CCL_bibset b, const char *name, int no, int *attr); void ccl_qual_file (CCL_bibset bibset, FILE *inf); CCL_bibset ccl_qual_mk (void); void ccl_qual_rm (CCL_bibset *b); +extern const char *ccl_token_and; +extern const char *ccl_token_or; +extern const char *ccl_token_not; +extern const char *ccl_token_set; + + struct ccl_rpn_attr *ccl_qual_search (CCL_bibset b, const char *name, int len); #endif