Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

worm_signal.h

Go to the documentation of this file.
00001 //---------------------------------------------------------------------------
00002 #ifndef worm_signalH
00003 #define worm_signalH
00004 //---------------------------------------------------------------------------
00005 #include <signal.h>
00006 
00007 // These typedefs are for signal() handling
00008 #ifdef __cplusplus
00009    typedef void (*SIG_HANDLR_PTR)(int);
00010 #else
00011    typedef void (*SIG_HANDLR_PTR)();
00012 #endif
00013 
00014 void SignalHandler( int p_signum );
00015 
00016 #endif

Generated on Tue May 6 09:16:13 2003 for Earthworm Libs by doxygen1.3-rc3