X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frset.h;h=971029a925ce1b7bb08ba15ff93788108102713d;hb=704fd190292cb771df94553b0ed6f9f4b71660a6;hp=82b2fcd13f4d20580b9ffe5fef2590290f94639b;hpb=aeea139423b8eaf28a4de53b3d7b2ad1f22284e7;p=idzebra-moved-to-github.git diff --git a/include/rset.h b/include/rset.h index 82b2fcd..971029a 100644 --- a/include/rset.h +++ b/include/rset.h @@ -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 @@ -260,6 +260,8 @@ void rset_visit(RSET rset, int level); void rset_set_hits_limit(RSET rs, zint l); +int rset_no_write(RSFD rfd, const void *buf); + YAZ_END_CDECL #endif