X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Ffml.h;h=05fb04f8998e7160163e734ce27a35ec323f6b78;hb=6820c9861938b0aced638a91d861fb69b53ff82e;hp=8a6e38448d51580bf6883a39db38bd775c6ef49b;hpb=c9ed398236722474c0bfae54e2f5b0db4106364d;p=egate.git 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;