X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fiso2709p.h;h=8d05c424f07df4da67f148deab7f16d9ac34c876;hb=ddcc36a186bc9099d6dd3b26c233da5efaf7d8df;hp=1f5390bfdd66809b283abc426b36b6bb9b88aff5;hpb=c698f8c8545d6f2eecd1f8fdcef39fcc38ba1a6d;p=egate.git diff --git a/include/iso2709p.h b/include/iso2709p.h index 1f5390b..8d05c42 100644 --- a/include/iso2709p.h +++ b/include/iso2709p.h @@ -4,7 +4,13 @@ * Europagate, 1994-1995. * * $Log: iso2709p.h,v $ - * Revision 1.6 1995/03/08 12:36:36 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 * New function: dbc2709_cvt. * * Revision 1.5 1995/02/23 08:32:12 adam @@ -28,8 +34,14 @@ #include +struct iso2709_anchor { + struct iso2709_field **f0; + struct iso2709_dir **d0; + Iso2709Rec rec; +}; + struct iso2709_field { - char *identifier; + char identifier[4]; char *data; struct iso2709_field *next; };