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