Indicator field moved to 'struct iso2709_dir' from 'struct
[egate.git] / include / iso2709.h
index a327e06..acaf9bc 100644 (file)
@@ -4,12 +4,23 @@
    Europagate, 1994-1995.
 
    $Log: iso2709.h,v $
-   Revision 1.1  1995/02/09 17:27:11  adam
-   Initial revision
+   Revision 1.2  1995/02/10 16:50:25  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:12  adam
+ * Initial version of email gateway under CVS control.
+ *
  */
 
+#ifndef ISO2709_H
+#define ISO2709_H
+
 typedef struct iso2709_rec *Iso2709Rec;
 
 char *iso2709_read (FILE *inf);
 Iso2709Rec iso2709_cvt (const char *buf);
+void iso2709_rm (Iso2709Rec rec);
+
+#endif