Omit CVS Id. Update copyright year.
[idzebra-moved-to-github.git] / include / d1_absyn.h
index 2c8a581..0b34da0 100644 (file)
@@ -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) 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;
 };