X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Ffml.h;h=c7b211029b829dfdc0f82f606a6b3d3e73789dd4;hb=b9bf72fa7af887225b50f567f91c06ce4353d0c8;hp=8a6e38448d51580bf6883a39db38bd775c6ef49b;hpb=c9ed398236722474c0bfae54e2f5b0db4106364d;p=egate.git diff --git a/include/fml.h b/include/fml.h index 8a6e384..c7b2110 100644 --- a/include/fml.h +++ b/include/fml.h @@ -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;