Fix documentation of of chr's equivalent directive ZEB-672
[idzebra-moved-to-github.git] / include / rset.h
index 2eb7153..971029a 100644 (file)
@@ -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