Lots of changes. They aren't visible though.
[egate.git] / ccl / cclp.h
index d9565ce..574d464 100644 (file)
@@ -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);