Minor changes.
[egate.git] / include / fmlmarc.h
1 /*
2  * FML interpreter. Europagate, 1995
3  *
4  * fmlmarc.h,v
5  * Revision 1.1  1995/02/20  21:15:47  adam
6  * Moved files to include.
7  *
8  * Revision 1.1  1995/02/10  15:50:56  adam
9  * MARC interface implemented. Minor bugs fixed. fmltest can
10  * be used to format single MARC records. New function '\list'
11  * implemented.
12  *
13  *
14  */
15
16 #ifndef FML_MARC_H
17 #define FML_MARC_H
18 #include <iso2709.h>
19 #include <fml.h>
20
21 char *marc_to_str (Fml fml, Iso2709Rec rec);
22 #endif