home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / KA9Q212.ZIP / TTY.H < prev    next >
C/C++ Source or Header  |  1993-03-07  |  234b  |  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,int c));
  14.  
  15. #endif /* _TTY_H */
  16.