home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / bin / p205.zip / exesrc / error.h < prev    next >
C/C++ Source or Header  |  1994-12-18  |  495b  |  11 lines

  1. /*****************************************************************************/
  2. /*           Copyright (c) 1994 by Jyrki Salmi <jytasa@jyu.fi>             */
  3. /*        You may modify, recompile and distribute this file freely.         */
  4. /*****************************************************************************/
  5.  
  6. #define P_ERROR_DOSSETPRIORITY     0x10
  7. #define P_ERROR_KBDCHARIN    0x11
  8.  
  9. extern void os2_error(U32, U32, U32, U32, U8 *);
  10. extern void tcpip_error(U32, U32, U32, U32, U8 *);
  11.