X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fdata1.h;h=36ee806970a1464ec71e645aca23dda1bf67cb5a;hb=6f4d57a5ce5f3f291ce118d8877c95d22ceb4e36;hp=9a3a4af8ae838fe8d1e89ea0578b5becbd95a67d;hpb=6517fa53d35512887780fd07de5667940da18a9e;p=yaz-moved-to-github.git diff --git a/include/data1.h b/include/data1.h index 9a3a4af..36ee806 100644 --- a/include/data1.h +++ b/include/data1.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: data1.h,v $ - * Revision 1.26 1997-09-17 12:10:32 adam + * Revision 1.27 1997-09-24 13:35:44 adam + * Added two members to data1_marctab to ease reading of weird MARC records. + * + * Revision 1.26 1997/09/17 12:10:32 adam * YAZ version 1.4. * * Revision 1.25 1997/09/05 09:50:55 adam @@ -211,6 +214,8 @@ typedef struct data1_marctab int length_implementation; char future_use[2]; + int force_indicator_length; + int force_identifier_length; struct data1_marctab *next; } data1_marctab;