X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fd1_absyn.h;h=e08a41bf3c3da2bee65754ca0d45a054b284a313;hb=4b596d1b6150430c615ca7724876e5974a282d7d;hp=771911a037127fc22cdf7b9732d81b69368fa5e9;hpb=22963c0b23a178529bc71e5879c7e4f9c3c9b7f9;p=idzebra-moved-to-github.git diff --git a/include/d1_absyn.h b/include/d1_absyn.h index 771911a..e08a41b 100644 --- a/include/d1_absyn.h +++ b/include/d1_absyn.h @@ -1,3 +1,24 @@ +/* $Id: d1_absyn.h,v 1.5 2006-06-13 12:02:03 adam Exp $ + Copyright (C) 1995-2006 + 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 D1_ABSYN_H #define D1_ABSYN_H 1 @@ -25,7 +46,6 @@ struct data1_absyn char *name; oid_value reference; data1_tagset *tagset; - data1_attset *attset; data1_varset *varset; data1_esetname *esetnames; data1_maptab *maptabs; @@ -35,7 +55,15 @@ struct data1_absyn struct data1_xpelement *xp_elements; /* pop */ struct data1_systag *systags; char *encoding; - int enable_xpath_indexing; + enum DATA1_XPATH_INDEXING xpath_indexing; }; #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +