X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fiso2709p.h;h=8d05c424f07df4da67f148deab7f16d9ac34c876;hb=b9bf72fa7af887225b50f567f91c06ce4353d0c8;hp=12560edec0c284857ec9d55344accb58b46c1123;hpb=d5632f532e0757b5c538da730a4afe0bb7de0c94;p=egate.git diff --git a/include/iso2709p.h b/include/iso2709p.h index 12560ed..8d05c42 100644 --- a/include/iso2709p.h +++ b/include/iso2709p.h @@ -4,7 +4,10 @@ * Europagate, 1994-1995. * * $Log: iso2709p.h,v $ - * Revision 1.7 1995/03/29 11:44:25 adam + * Revision 1.8 1995/03/30 14:22:11 adam + * New MARC anchor functions. + * + * Revision 1.7 1995/03/29 11:44:25 adam * New functions: iso2709_a_.. for record manipulation. * * Revision 1.6 1995/03/08 12:36:36 adam @@ -38,7 +41,7 @@ struct iso2709_anchor { }; struct iso2709_field { - char *identifier; + char identifier[4]; char *data; struct iso2709_field *next; };