X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsbetween.h;h=c8622a855a990d7708a32bbc8c7bc381b6d368de;hb=5e7516d00451ada59a311fad05e8e3959242cdc7;hp=ecea5b8ac3430583e6ecb10b8c823783f0ccf690;hpb=c8348c66f50a54dabed6660a4353c7d27c70c286;p=idzebra-moved-to-github.git diff --git a/include/rsbetween.h b/include/rsbetween.h index ecea5b8..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.2 2002-04-12 14:51:34 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,7 +28,7 @@ typedef struct rset_between_parms RSET rset_m; RSET rset_r; int (*cmp)(const void *p1, const void *p2); - char* (*printer)(void *p,char *buf); /* prints p into buf and returns buf */ + char* (*printer)(const void *p,char *buf); /* prints p into buf and returns buf */ } rset_between_parms; #ifdef __cplusplus