X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frset.h;h=e555cada6a47d2ef1cf310cad42866902f5559f9;hb=e2cda8e171365e13ca393afaa4a5df2fb3a2c5ae;hp=82b2fcd13f4d20580b9ffe5fef2590290f94639b;hpb=aeea139423b8eaf28a4de53b3d7b2ad1f22284e7;p=idzebra-moved-to-github.git diff --git a/include/rset.h b/include/rset.h index 82b2fcd..e555cad 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) 2004-2013 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