home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sniff16.zip / TESTAPP / WRMTHRD.H < prev    next >
C/C++ Source or Header  |  1993-03-12  |  3KB  |  82 lines

  1. /*=========================================================================\
  2.  *                                                                         *
  3.  *       FILE:wrmthrd.h                                                    *
  4.  *                                                                         *
  5.  *       DESCRIPTION:                                                      *
  6.  *                                                                         *
  7.  *                                                                         *
  8.  *                                                                         *
  9.  *      Created 1991  IBM Corp. Microsoft Corp.                            *
  10.  *                                                                         *
  11.  *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is        *
  12.  *      sample code created by IBM Corporation and/or Microsoft            *
  13.  *      Corporation. This sample code is not part of any standard          *
  14.  *      Microsoft or IBM product and is provided to you solely for         *
  15.  *      the purpose of assisting you in the development of your            *
  16.  *      applications.  The code is provided "AS IS", without               *
  17.  *      warranty of any kind.  Neither IBM or Microsoft  shall be          *
  18.  *      liable for any damages arising out of your use of the sample       *
  19.  *      code, even if they have been advised of the possibility of         *
  20.  *      such damages.                                                      *
  21.  *                                                                         *
  22.  *-------------------------------------------------------------------------*
  23.  *
  24.  *
  25.  *
  26.  *
  27.  *
  28.  *
  29.  *
  30.  *
  31.  *
  32.  *
  33.  *
  34.  *--------------------------------------------------------------
  35.  *
  36.  *  This header file  is for the source  module: wrmthrd.c
  37.  *
  38.  *
  39.  *
  40.  *
  41.  *
  42. \*==============================================================*/
  43.  
  44. /*--------------------------------------------------------------*\
  45.  *  Global macros, defined constants, and externs
  46. \*--------------------------------------------------------------*/
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. /*--------------------------------------------------------------*\
  55.  *  Global variables  and definitions for this file
  56. \*--------------------------------------------------------------*/
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. /*--------------------------------------------------------------*\
  68.  *  Global Entry point declarations
  69. \*--------------------------------------------------------------*/
  70.  
  71. #ifndef __process_h
  72. #include <process.h>
  73. #endif
  74. VOID _Optlink WormThread(PVOID);
  75.  
  76.  
  77.  
  78.  
  79. /*--------------------------------------------------------------*\
  80.  *  End of file : wrmthrd.h
  81. \*--------------------------------------------------------------*/
  82.