From: Adam Dickmeiss Date: Wed, 22 Feb 1995 08:51:02 +0000 (+0000) Subject: Output function can be customized. X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=6820c9861938b0aced638a91d861fb69b53ff82e;p=egate.git Output function can be customized. --- diff --git a/include/fml.h b/include/fml.h index 8a6e384..05fb04f 100644 --- a/include/fml.h +++ b/include/fml.h @@ -2,7 +2,10 @@ * FML interpreter. Europagate, 1995 * * $Log: fml.h,v $ - * Revision 1.1 1995/02/20 21:15:46 adam + * 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 +39,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;