Indicator field moved to 'struct iso2709_dir' from 'struct
[egate.git] / util / iso2709dump.c
index fbf66dc..4a284bf 100644 (file)
@@ -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 <stdio.h>
@@ -23,6 +28,7 @@ int main (int argc, char **argv)
     {
         rec = iso2709_cvt (buf);
         free (buf);
+        iso2709_rm (rec);
     }
     return 0;
 }