X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fdata1.h;h=5ff471747aa80feb70c1b4cb99c18366ab08d405;hb=16853a7593f10680ea8d6895aa0720b9af3779e6;hp=5d2ffdca9fa04e7da2b3a60beb4fc118fcbfb447;hpb=ca820b5e84bec416bf0f5790d1aac509842b4faf;p=idzebra-moved-to-github.git diff --git a/include/idzebra/data1.h b/include/idzebra/data1.h index 5d2ffdc..5ff4717 100644 --- a/include/idzebra/data1.h +++ b/include/idzebra/data1.h @@ -1,8 +1,5 @@ -/* $Id: data1.h,v 1.24 2007-06-27 22:04:45 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-2010 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 @@ -100,13 +97,7 @@ typedef struct data1_maptag struct data1_maptag *next; } data1_maptag; -typedef struct data1_mapunit -{ - int no_data; - char *source_element_name; - data1_maptag *target_path; - struct data1_mapunit *next; -} data1_mapunit; +typedef struct data1_mapunit data1_mapunit; typedef struct data1_maptab { @@ -117,6 +108,7 @@ typedef struct data1_maptab struct data1_maptab *next; } data1_maptab; + typedef struct data1_name { char *name; @@ -590,6 +582,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab