Fixed bug #248: hit counts in combinatoric (and) searches in specific
[idzebra-moved-to-github.git] / include / rsisamb.h
index 01f2dd3..f78a2e6 100644 (file)
@@ -1,9 +1,26 @@
-/*
- * Copyright (C) 2001-2002, Index Data
- * All rights reserved.
- *
- * $Id: rsisamb.h,v 1.1 2002-04-16 22:31:42 adam Exp $
- */
+/* $Id: rsisamb.h,v 1.2.2.1 2005-01-14 14:32:25 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data Aps
+
+This file is part of the Zebra server.
+
+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
+Software Foundation; either version 2, or (at your option) any later
+version.
+
+Zebra is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+for more details.
+
+You should have received a copy of the GNU General Public License
+along with Zebra; see the file LICENSE.zebra.  If not, write to the
+Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.
+*/
+
+
 
 #ifndef RSET_ISAMB_H
 #define RSET_ISAMB_H
@@ -16,6 +33,7 @@ extern "C" {
 #endif
 
 extern const struct rset_control *rset_kind_isamb;
+extern const struct rset_control *rset_kind_isamb_forward;
 
 typedef struct rset_isamb_parms
 {