Added function prototypes.
[egate.git] / include / iso2709p.h
index 3fd4558..b2a47ac 100644 (file)
@@ -4,11 +4,14 @@
    Europagate, 1994-1995.
 
    $Log: iso2709p.h,v $
-   Revision 1.2  1995/02/10 16:50:26  adam
-   Indicator field moved to 'struct iso2709_dir' from 'struct
-   iso2709_field'.
-   Function iso2709_rm implemented - to delete a MARC record.
+   Revision 1.3  1995/02/15 17:43:08  adam
+   Minor changes to the ccl interface. Bug fix in iso2709 module.
 
+ * Revision 1.2  1995/02/10  16:50:26  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.
  *
@@ -51,7 +54,9 @@ struct iso2709_rec {
     struct iso2709_dir *directory;
 };
 
+#define ISO2709_RS 035
 #define ISO2709_FS 036
 #define ISO2709_IDFS 037
 
+
 #endif