X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=rset%2Frsnull.c;h=4e9cc70de764d02207ec9dac47cda04748f9781f;hp=3731eaa1d9b7f57e9ed52e058363f9867c3bdcfa;hb=HEAD;hpb=ac13dceecd5f75669820819575daf88e0add5c8d diff --git a/rset/rsnull.c b/rset/rsnull.c index 3731eaa..4e9cc70 100644 --- a/rset/rsnull.c +++ b/rset/rsnull.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2011 Index Data + Copyright (C) Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -30,9 +30,8 @@ static void r_close(RSFD rfd); static void r_delete(RSET ct); static void r_pos(RSFD rfd, double *current, double *total); static int r_read(RSFD rfd, void *buf, TERMID *term); -static int r_write(RSFD rfd, const void *buf); -static const struct rset_control control = +static const struct rset_control control = { "null", r_delete, @@ -42,7 +41,7 @@ static const struct rset_control control = 0, /* no forward */ r_pos, r_read, - r_write, + rset_no_write, }; RSET rset_create_null(NMEM nmem, struct rset_key_control *kcontrol, @@ -90,11 +89,6 @@ static int r_read(RSFD rfd, void *buf, TERMID *term) return 0; } -static int r_write(RSFD rfd, const void *buf) -{ - yaz_log(YLOG_FATAL, "NULL set type is read-only"); - return -1; -} /* * Local variables: * c-basic-offset: 4