home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / emerald / emrldsys.lha / Kernel / h / sigio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-08-17  |  389 b   |  12 lines

  1. /*  C O P Y R I G H T   N O T I C E :                                     */
  2. /* Copyright 1986 Eric Jul.  May not be used for any               */
  3. /* purpose without written permission from the author.              */
  4.  
  5. #define SIREAD      0
  6. #define SIWRITE     1
  7. #define SIEXCEPT    2
  8.  
  9. typedef int              (*SIHandlerPtr) ();
  10.  
  11. void SIEnsureSIGIO(), SIInit(), SISetSockHandler(), SIRemoveSockHandler();
  12.