ttyemit moved from kernel directory. Minor editing in gw-db.h
[egate.git] / include / fml.h
index 8a6e384..c7b2110 100644 (file)
@@ -2,7 +2,13 @@
  * FML interpreter. Europagate, 1995
  *
  * $Log: fml.h,v $
- * Revision 1.1  1995/02/20 21:15:46  adam
+ * Revision 1.4  1995/02/23 08:32:11  adam
+ * Changed header.
+ *
+ * Revision 1.2  1995/02/22  08:51:02  adam
+ * Output function can be customized.
+ *
+ * Revision 1.1  1995/02/20  21:15:46  adam
  * Moved files to include.
  *
  * Revision 1.3  1995/02/10  15:50:55  adam
@@ -36,6 +42,7 @@ typedef struct Fml_record {
     char *white_chars;
     char comment_char;
     int (*read_func)(void);
+    void (*write_func)(int ch);
     void (*err_handle)(int no);
 
     int debug;