More optimizations of the melm matching.
[idzebra-moved-to-github.git] / include / rsisamb.h
index 01f2dd3..f8f827c 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.2 2006-08-14 10:38:56 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 this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  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
 {