X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fd1_absyn.h;h=1412d3a60e819e21b3c07b4703e739ed1e731b36;hb=426d07a60c57c3555934655a78437cf4677c65c8;hp=ff85ba683748fd260991a98e52258c2a90228ddd;hpb=25aa9d21203318cca1927f906ab4f7370e43a5fe;p=idzebra-moved-to-github.git diff --git a/include/d1_absyn.h b/include/d1_absyn.h index ff85ba6..1412d3a 100644 --- a/include/d1_absyn.h +++ b/include/d1_absyn.h @@ -1,8 +1,5 @@ -/* $Id: d1_absyn.h,v 1.11 2007-01-22 18:15:03 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; @@ -68,6 +65,7 @@ struct data1_absyn /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab