X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2Frsisamd.c;h=8506716037a187fc9e2e64f54cc820cc1009c63e;hb=89cea7e71257e182eb9457c14b9d1e779a19450e;hp=8da5ce7a06ce8e3b10895ebc0d158c355c03dc68;hpb=999c8d8e4e8e2940188d7dfcc5d1bb0651f7f4a9;p=idzebra-moved-to-github.git diff --git a/rset/rsisamd.c b/rset/rsisamd.c index 8da5ce7..8506716 100644 --- a/rset/rsisamd.c +++ b/rset/rsisamd.c @@ -1,4 +1,4 @@ -/* $Id: rsisamd.c,v 1.6 2004-01-29 13:11:01 adam Exp $ +/* $Id: rsisamd.c,v 1.8 2004-08-03 14:54:41 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -34,7 +34,6 @@ static RSFD r_open (RSET ct, int flag); static void r_close (RSFD rfd); static void r_delete (RSET ct); static void r_rewind (RSFD rfd); -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); @@ -47,7 +46,7 @@ static const struct rset_control control = r_delete, r_rewind, rset_default_forward, - r_count, + rset_default_pos, r_read, r_write, }; @@ -141,10 +140,6 @@ static void r_rewind (RSFD rfd) abort (); } -static int r_count (RSET ct) -{ - return 0; -} static int r_read (RSFD rfd, void *buf, int *term_index) {