home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume10 / pcmail2 / part01 / main / kbdinp.h < prev    next >
C/C++ Source or Header  |  1990-01-24  |  731b  |  35 lines

  1. /*++
  2. /* NAME
  3. /*    kbdinp
  4. /* SUMMARY
  5. /*    keyboard interpreter definitions
  6. /* PROJECT
  7. /*    pc-mail
  8. /* PACKAGE
  9. /*    mail
  10. /* SYNOPSIS
  11. /*    #include "kbdinp.h"
  12. /* DESCRIPTION
  13. /* .nf
  14.  
  15.  /* keyboard interpreter function types */
  16.  
  17. extern int kbdinp();            /* interpreter */
  18. extern void kbdinit();            /* set terminal modes */
  19. extern void kbdrest();            /* restore terminal modes */
  20.  
  21. /* SEE ALSO
  22. /*    kbdinp(3)    keyboard interpreter implementation
  23. /* AUTHOR(S)
  24. /*    W.Z. Venema
  25. /*    Eindhoven University of Technology
  26. /*    Department of Mathematics and Computer Science
  27. /*    Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands
  28. /* CREATION DATE
  29. /*    Sat Apr  4 19:12:01 GMT+1:00 1987
  30. /* LAST MODIFICATION
  31. /*    90/01/22 13:01:53
  32. /* VERSION/RELEASE
  33. /*    2.1
  34. /*--*/
  35.