home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / os2 / timeserv / alarmthd.h < prev    next >
Text File  |  1999-05-11  |  3KB  |  79 lines

  1. /*static char *SCCSID = "@(#)alarmthd.h    6.7 92/02/18";*/
  2.  
  3. /*=========================================================================\
  4.  *                                                                         *
  5.  *       FILE: alarmthd.h                                                  *
  6.  *                                                                         *
  7.  *       DESCRIPTION:                                                      *
  8.  *                                                                         *
  9.  *                                                                         *
  10.  *                                                                         *
  11.  *      Copyright 1992  IBM Corp.                                          *
  12.  *                                                                         *
  13.  *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is        *
  14.  *      sample code created by IBM Corporation. This sample code is not    *
  15.  *      part of any standard or IBM product and is provided to you solely  *
  16.  *      for  the purpose of assisting you in the development of your       *
  17.  *      applications.  The code is provided "AS IS", without               *
  18.  *      warranty of any kind.  IBM shall not be liable for any damages     *
  19.  *      arising out of your use of the sample code, even if they have been *
  20.  *      advised of the possibility of   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:
  37.  *
  38.  *  alarmthd.c
  39.  *
  40.  *
  41.  *
  42. \*==============================================================*/
  43.  
  44. /*--------------------------------------------------------------*\
  45.  *  Global macros, defined constants, and externs
  46. \*--------------------------------------------------------------*/
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. /*--------------------------------------------------------------*\
  54.  *  Global variables  and definitions for this file
  55. \*--------------------------------------------------------------*/
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. /*--------------------------------------------------------------*\
  67.  *  Global Entry point declarations
  68. \*--------------------------------------------------------------*/
  69.  
  70.  
  71. VOID _Optlink AlarmThread(PVOID);
  72.  
  73.  
  74. /*--------------------------------------------------------------*\
  75.  *  End of file :alarmthd.h
  76. \*--------------------------------------------------------------*/
  77.  
  78.  
  79.