Moved files to include.
[egate.git] / include / fmlmarc.h
diff --git a/include/fmlmarc.h b/include/fmlmarc.h
new file mode 100644 (file)
index 0000000..0713057
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+ * FML interpreter. Europagate, 1995
+ *
+ * $Log: fmlmarc.h,v $
+ * Revision 1.1  1995/02/20 21:15:47  adam
+ * Moved files to include.
+ *
+ * Revision 1.1  1995/02/10  15:50:56  adam
+ * MARC interface implemented. Minor bugs fixed. fmltest can
+ * be used to format single MARC records. New function '\list'
+ * implemented.
+ *
+ *
+ */
+
+#ifndef FML_MARC_H
+#define FML_MARC_H
+#include <iso2709.h>
+#include <fml.h>
+
+char *marc_to_str (Fml fml, Iso2709Rec rec);
+#endif