Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
427 B

/*
* File: host_sig.h
*
* Purpose: header file to provide typedefs and prototypes
* for use with the host signal functions.
*
* Author: John Shanly
*
* Date: July 2, 1992
*
* SccsID @(#)host_sig.h 1.3 11/17/92 Copyright (1992 )Insignia Solutions Ltd
*/
typedef void (*VOIDFUNC)();
#ifdef ANSI
GLOBAL void (*host_signal( int sig, VOIDFUNC handler )) ();
#else
GLOBAL void (*host_signal()) ();
#endif /* ANSI */