X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=rset%2Frsprox.c;h=60f80abf97fdebd3d1670c36eee057adb9e0e988;hb=b73d0e1d02e31746446a5f09f0fc830255c7243e;hp=afd01e450c196b043bb82faa43d23935fc95fa08;hpb=05eead94bbc8fb6d9f1553422ac8d26135705b36;p=idzebra-moved-to-github.git diff --git a/rset/rsprox.c b/rset/rsprox.c index afd01e4..60f80ab 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.6 2004-08-04 09:59:03 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -25,8 +25,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include -#include #include +#include #ifndef RSET_DEBUG #define RSET_DEBUG 0 @@ -40,7 +40,6 @@ 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_read (RSFD rfd, void *buf, int *term_index); static int r_write (RSFD rfd, const void *buf); @@ -53,7 +52,7 @@ static const struct rset_control control_prox = r_delete, r_rewind, r_forward, - r_count, + rset_default_pos, r_read, r_write, }; @@ -370,10 +369,6 @@ 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) {