X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fd1_absyn.h;h=0b34da06627b9579a05bc36d038b79edb37a7654;hb=97a7adeb9e5059463f039495cc01cfa448463a27;hp=6945ac029e718cc34de616a10d609122290a508e;hpb=b04a1cdb1a0345252a78caa8f7731089df314ad0;p=idzebra-moved-to-github.git diff --git a/include/d1_absyn.h b/include/d1_absyn.h index 6945ac0..0b34da0 100644 --- a/include/d1_absyn.h +++ b/include/d1_absyn.h @@ -1,8 +1,5 @@ -/* $Id: d1_absyn.h,v 1.9 2006-12-22 13:57:26 adam Exp $ - Copyright (C) 1995-2006 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 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; };