X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=util%2Fiso2709dump.c;h=4a284bfc0e62a7ec6d54e30c1e926ff9adfc2ec5;hb=c0f53a7f743624e546beaef56b773df4d2012173;hp=fbf66dcf86f68bf41a616370e2bebcf941889599;hpb=5bc115d3b598f5ad198411dcd033a91a8356c9be;p=egate.git diff --git a/util/iso2709dump.c b/util/iso2709dump.c index fbf66dc..4a284bf 100644 --- a/util/iso2709dump.c +++ b/util/iso2709dump.c @@ -4,9 +4,14 @@ Europagate, 1994-1995. $Log: iso2709dump.c,v $ - Revision 1.1 1995/02/09 17:27:10 adam - Initial revision + Revision 1.2 1995/02/10 16:50:33 adam + Indicator field moved to 'struct iso2709_dir' from 'struct + iso2709_field'. + Function iso2709_rm implemented - to delete a MARC record. + * Revision 1.1.1.1 1995/02/09 17:27:11 adam + * Initial version of email gateway under CVS control. + * */ #include @@ -23,6 +28,7 @@ int main (int argc, char **argv) { rec = iso2709_cvt (buf); free (buf); + iso2709_rm (rec); } return 0; }