X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=rset%2Frsprox.c;h=6a43203b0c111a2cb68b04b15398a7d6432b496b;hb=e6b40b4f140e8f7348fff1f7be78ac78946421ff;hp=afd01e450c196b043bb82faa43d23935fc95fa08;hpb=433f7360a01640cfdbe09ce7ae19f3319b348bb3;p=idzebra-moved-to-github.git diff --git a/rset/rsprox.c b/rset/rsprox.c index afd01e4..6a43203 100644 --- a/rset/rsprox.c +++ b/rset/rsprox.c @@ -1,4 +1,4 @@ -/* $Id: rsprox.c,v 1.3 2004-06-16 21:27:37 adam Exp $ +/* $Id: rsprox.c,v 1.4 2004-08-03 12:15:45 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -40,7 +40,7 @@ static void r_rewind (RSFD rfd); static int r_forward(RSET ct, RSFD rfd, void *buf, int *term_index, int (*cmpfunc)(const void *p1, const void *p2), const void *untilbuf); -static int r_count (RSET ct); +/* static int r_count (RSET ct); */ static int r_read (RSFD rfd, void *buf, int *term_index); static int r_write (RSFD rfd, const void *buf); @@ -53,7 +53,7 @@ static const struct rset_control control_prox = r_delete, r_rewind, r_forward, - r_count, + /* r_count, */ r_read, r_write, }; @@ -370,10 +370,12 @@ static int r_forward (RSET ct, RSFD rfd, void *buf, int *term_index, return 0; } +/* static int r_count (RSET ct) { return 0; } +*/ static int r_read (RSFD rfd, void *buf, int *term_index) {