4 * Europagate, 1994-1995.
7 * Revision 1.5 1995/02/23 08:32:12 adam
10 * Revision 1.3 1995/02/15 17:43:08 adam
11 * Minor changes to the ccl interface. Bug fix in iso2709 module.
13 * Revision 1.2 1995/02/10 16:50:26 adam
14 * Indicator field moved to 'struct iso2709_dir' from 'struct
16 * Function iso2709_rm implemented - to delete a MARC record.
18 * Revision 1.1.1.1 1995/02/09 17:27:12 adam
19 * Initial version of email gateway under CVS control.
28 struct iso2709_field {
31 struct iso2709_field *next;
39 struct iso2709_dir *next;
40 struct iso2709_field *fields;
45 char record_status[2];
46 char implementation_codes[5];
48 int identifier_length;
52 int length_data_entry;
54 int length_implementation;
57 struct iso2709_dir *directory;
60 #define ISO2709_RS 035
61 #define ISO2709_FS 036
62 #define ISO2709_IDFS 037