X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frset.h;h=971029a925ce1b7bb08ba15ff93788108102713d;hb=704fd190292cb771df94553b0ed6f9f4b71660a6;hp=2eb7153974e435e83d1a16c1a596ddaf1ffde46e;hpb=e4c6861efeeea654bfb00c5f0239ee258629d77f;p=idzebra-moved-to-github.git diff --git a/include/rset.h b/include/rset.h index 2eb7153..971029a 100644 --- a/include/rset.h +++ b/include/rset.h @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 2004-2013 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