home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / kill9.zip / xfree86 / src / death / death.h < prev    next >
C/C++ Source or Header  |  1996-06-29  |  194b  |  16 lines

  1. /* Copyright (C)1996 by Holger.Veit@gmd.de */
  2.  
  3. #ifndef _DEATH_H_
  4. #define _DEATH_H_
  5.  
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9.  
  10. APIRET death(PID);
  11.  
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif
  16.