8deece24220f865e52d78efdd7327041159a3345
[egate.git] / include / ttyemit.h
1 /* Gateway tty print utility
2  * Europagate, 1995
3  *
4  * $Log: ttyemit.h,v $
5  * Revision 1.1  1995/04/17 09:33:09  adam
6  * ttyemit moved from kernel directory. Minor editing in gw-db.h
7  *
8  *
9  */
10 #ifndef TTYEMIT_H
11 #define TTYEMIT_H
12
13 void tty_emit (int ch);
14 void tty_init (FILE *out, int min, int max);
15
16 #endif