X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fd1_absyn.h;h=f7aa6c9e8080d1860215c5694309237a7a887316;hb=296574b8e825da3594047d8d63c9639d90866047;hp=771911a037127fc22cdf7b9732d81b69368fa5e9;hpb=22963c0b23a178529bc71e5879c7e4f9c3c9b7f9;p=idzebra-moved-to-github.git diff --git a/include/d1_absyn.h b/include/d1_absyn.h index 771911a..f7aa6c9 100644 --- a/include/d1_absyn.h +++ b/include/d1_absyn.h @@ -1,3 +1,24 @@ +/* $Id: d1_absyn.h,v 1.4 2006-05-19 13:49:34 adam Exp $ + Copyright (C) 1995-2006 + Index Data ApS + +This file is part of the Zebra server. + +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 +Software Foundation; either version 2, or (at your option) any later +version. + +Zebra is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +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. +*/ #ifndef D1_ABSYN_H #define D1_ABSYN_H 1 @@ -25,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; @@ -39,3 +59,11 @@ struct data1_absyn }; #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +