X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2Fcclp.h;h=574d464a62a1764ad4f42613567981dfdf1b064f;hb=4938d0c2e8f4e1eec397c2bfbbc7e23fd150c369;hp=d9565ce0c5604c2b19a979ee71e901c8799c6569;hpb=98a49f6636e01e87e867688f4fb8a3b696a847ff;p=egate.git diff --git a/ccl/cclp.h b/ccl/cclp.h index d9565ce..574d464 100644 --- a/ccl/cclp.h +++ b/ccl/cclp.h @@ -2,7 +2,10 @@ * Europagate, 1995 * * $Log: cclp.h,v $ - * Revision 1.2 1995/02/13 15:15:07 adam + * Revision 1.3 1995/02/14 10:25:56 adam + * The constructions 'qualifier rel term ...' implemented. + * + * Revision 1.2 1995/02/13 15:15:07 adam * Added handling of qualifiers. Not finished yet. * * Revision 1.1 1995/02/13 12:35:20 adam @@ -36,17 +39,9 @@ struct ccl_token { struct ccl_qualifier { char *name; - int nuse; - int *use; - int relation; - int position; - int structure; - int truncation; - int completeness; + struct ccl_rpn_attr *attr_list; struct ccl_qualifier *next; }; - struct ccl_token *ccl_tokenize (const char *command); -struct ccl_qualifier *ccl_qual_search (CCL_bibset b, const char *name);