X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fiso2709p.h;h=b78e5826bc9169bd170f4a430603a8f139108beb;hb=8467171ebdb5f018740de8d82149c8ccc53d2815;hp=3fd4558bee71eb10f98a0ebb034164c12265f1b5;hpb=890cdaa817fe87d209ce4038a0615346106df4cf;p=egate.git diff --git a/include/iso2709p.h b/include/iso2709p.h index 3fd4558..b78e582 100644 --- a/include/iso2709p.h +++ b/include/iso2709p.h @@ -1,14 +1,20 @@ /* - Record management - - 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. - + * Record management + * + * Europagate, 1994-1995. + * + * $Log: iso2709p.h,v $ + * Revision 1.5 1995/02/23 08:32:12 adam + * Changed header. + * + * 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 +57,9 @@ struct iso2709_rec { struct iso2709_dir *directory; }; +#define ISO2709_RS 035 #define ISO2709_FS 036 #define ISO2709_IDFS 037 + #endif