home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / network / src_1218.zip / TTY.H < prev    next >
C/C++ Source or Header  |  1991-03-07  |  235b  |  16 lines

  1. #ifndef    _TTY_H
  2. #define    _TTY_H
  3.  
  4. #ifndef    _MBUF_H
  5. #include "mbuf.h"
  6. #endif
  7.  
  8. #ifndef _SESSION_H
  9. #include "session.h"
  10. #endif
  11.  
  12. /* In ttydriv.c: */
  13. struct mbuf *ttydriv __ARGS((struct session *sp,char c));
  14.  
  15. #endif /* _TTY_H */
  16.