X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fd1_absyn.h;h=4fc5042903a8389cf32210f13a6b224d35c4e50f;hp=2c8a581eec7097d9ad19dab99a77f9fb8fd7518a;hb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc;hpb=5a8a42bede922e70156e7b289db071592c71529b diff --git a/include/d1_absyn.h b/include/d1_absyn.h index 2c8a581..4fc5042 100644 --- a/include/d1_absyn.h +++ b/include/d1_absyn.h @@ -1,8 +1,5 @@ -/* $Id: d1_absyn.h,v 1.10 2007-01-15 20:08:24 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2009 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 @@ -50,7 +47,7 @@ typedef struct data1_xpelement struct data1_absyn { char *name; - oid_value reference; + Odr_oid *oid; data1_tagset *tagset; data1_varset *varset; data1_esetname *esetnames; @@ -61,7 +58,6 @@ struct data1_absyn struct data1_xpelement *xp_elements; /* pop */ struct data1_systag *systags; char *encoding; - char *staticrank; enum DATA1_XPATH_INDEXING xpath_indexing; };