home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c185 / 2.ddi / OWLSRC.EXE / CSCAPE / SOURCE / KBIDLE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-06  |  445 b   |  24 lines

  1. /*
  2.       kbidle.h
  3.  
  4.     % Header for kb_Idle function
  5.  
  6.     OWL 1.1
  7.     Copyright (c) 1988, by Oakland Group, Inc.
  8.     ALL RIGHTS RESERVED.
  9.  
  10.     Revision History:
  11.     -----------------
  12.      7/12/89 ted    Converted '_func' prototypes from typedef to macro.
  13. */
  14.  
  15. #define idle_func(fname)            void fname(_arg1(int msg))
  16. typedef idle_func ((*idle_fptr));
  17.  
  18. extern    void kb_Idle(_arg1(idle_fptr));
  19.  
  20. #define IDLE_RUN    0
  21. #define IDLE_START    1
  22. #define IDLE_STOP    2
  23.  
  24.