home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / k95source / p_error.h < prev    next >
Text File  |  2002-01-20  |  510b  |  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. _PROTOTYP( VOID os2_error, (U32, U32, U32, U32, U8 *));
  10. _PROTOTYP( VOID tcpip_error, (U32, U32, U32, U32, U8 *));
  11.