home *** CD-ROM | disk | FTP | other *** search
/ PC Open 18 / pcopen18_giallo.iso / Msdos / Keybit6 / KL_API.ZIP / KL_API.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  488 b   |  16 lines

  1. /************************************************************************
  2.  *                                    *
  3.  *  KL_API.H   Header file for KEYBIT Lite API access module        *
  4.  *  Public Domain 1996 Pino Navato                    *
  5.  *                                    *
  6.  ************************************************************************/
  7.  
  8. #define KLACTIVE_FLAG      128
  9. #define EMAILSUPPORT_FLAG 64
  10.  
  11.  
  12. unsigned search4keybit(void);
  13. unsigned char far *get_sb_ptr(void);
  14. void enable_emailsupport(void);
  15. void restore_keybit_status(void);
  16.