X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsbetween.h;h=c8622a855a990d7708a32bbc8c7bc381b6d368de;hb=cc9f94a61cbd9dcc0df0cf7d0c7c41d2cec88189;hp=39a5e50d1dab63bb3e7b02662abed94696cfe9a5;hpb=71e41c3f5146a6f783fbae7e59776bcdd4e3c4c8;p=idzebra-moved-to-github.git diff --git a/include/rsbetween.h b/include/rsbetween.h index 39a5e50..c8622a8 100644 --- a/include/rsbetween.h +++ b/include/rsbetween.h @@ -3,7 +3,7 @@ * All rights reserved. * Sebastian Hammer, Adam Dickmeiss, Heikki Levanto * - * $Id: rsbetween.h,v 1.1 2002-04-09 15:24:13 heikki Exp $ + * $Id: rsbetween.h,v 1.3 2002-04-12 14:55:22 adam Exp $ * * Result set that returns anything in between two things, * typically start-tag, stuff, end-tag. @@ -28,6 +28,7 @@ typedef struct rset_between_parms RSET rset_m; RSET rset_r; 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; #ifdef __cplusplus