Work on xpath-like queries
[idzebra-moved-to-github.git] / include / rsbetween.h
index c8622a8..0390987 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.
  * Sebastian Hammer, Adam Dickmeiss, Heikki Levanto
  *
- * $Id: rsbetween.h,v 1.3 2002-04-12 14:55:22 adam Exp $
+ * $Id: rsbetween.h,v 1.4 2002-08-01 08:53:35 adam Exp $
  *
  * Result set that returns anything in between two things,
  * typically start-tag, stuff, end-tag.
@@ -27,6 +27,7 @@ typedef struct rset_between_parms
     RSET    rset_l; 
     RSET    rset_m;
     RSET    rset_r;
+    RSET    rset_attr;
     int (*cmp)(const void *p1, const void *p2);
     char* (*printer)(const void *p,char *buf); /* prints p into buf and returns buf */
 } rset_between_parms;