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