home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sniff16.zip / TESTAPP / INIT.H < prev    next >
Text File  |  1993-03-12  |  3KB  |  78 lines

  1.  
  2. /*=========================================================================\
  3.  *                                                                         *
  4.  *       FILE:init.h                                                       *
  5.  *                                                                         *
  6.  *       DESCRIPTION:                                                      *
  7.  *                                                                         *
  8.  *                                                                         *
  9.  *                                                                         *
  10.  *      Created 1991  IBM Corp.                                            *
  11.  *                                                                         *
  12.  *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is        *
  13.  *      sample code created by IBM Corporation and/or Microsoft            *
  14.  *      Corporation. This sample code is not part of any standard          *
  15.  *      Microsoft or IBM product and is provided to you solely for         *
  16.  *      the purpose of assisting you in the development of your            *
  17.  *      applications.  The code is provided "AS IS", without               *
  18.  *      warranty of any kind.  Neither IBM or Microsoft  shall be          *
  19.  *      liable for any damages arising out of your use of the sample       *
  20.  *      code, even if they have been advised of the possibility of         *
  21.  *      such damages.                                                      *
  22.  *                                                                         *
  23.  *-------------------------------------------------------------------------*
  24.  *
  25.  *
  26.  *
  27.  *
  28.  *
  29.  *
  30.  *
  31.  *
  32.  *
  33.  *
  34.  *
  35.  *--------------------------------------------------------------
  36.  *
  37.  *  This header file  is for the source  module:
  38.  *
  39.  *  init.c
  40.  *
  41.  *
  42.  *
  43. \*==============================================================*/
  44.  
  45. /*--------------------------------------------------------------*\
  46.  *  Global macros, defined constants, and externs
  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. BOOL   Init(PSHORT psErrorMessage);
  71.  
  72.  
  73.  
  74.  
  75. /*--------------------------------------------------------------*\
  76.  *  End of file :init.h
  77. \*--------------------------------------------------------------*/
  78.