From: Adam Dickmeiss Date: Thu, 30 Mar 1995 14:22:11 +0000 (+0000) Subject: New MARC anchor functions. X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=a9236d1e4518f633895f3a879d0bf0de9fc30a58;p=egate.git New MARC anchor functions. --- 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; };