X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fd1_absyn.h;h=e14740034bcb38441535a961dd2cddb4d654c560;hb=8707aaa9f358bc23e4d2adf4644f7e52c6440af8;hp=00804f18d45544540e1c5dac5ac9b2e510036870;hpb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;p=idzebra-moved-to-github.git diff --git a/include/d1_absyn.h b/include/d1_absyn.h index 00804f1..e147400 100644 --- a/include/d1_absyn.h +++ b/include/d1_absyn.h @@ -1,5 +1,5 @@ -/* $Id: d1_absyn.h,v 1.3 2006-05-10 08:13:18 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: d1_absyn.h,v 1.6 2006-08-14 10:40:12 adam Exp $ + Copyright (C) 1995-2006 Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,9 @@ 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. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #ifndef D1_ABSYN_H @@ -46,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; @@ -56,7 +55,7 @@ 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