Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

signal.h

Go to the documentation of this file.
00001 
00006 #ifndef FISH_SIGNALH
00007 #define FISH_SIGNALH
00008 
00013 int wcs2sig( const wchar_t *str );
00014 
00018 const wchar_t *sig2wcs( int sig );
00019 
00023 const wchar_t *signal_get_desc( int sig );
00024 
00028 void signal_reset_handlers();
00029 
00033 void signal_set_handlers();
00034 
00041 void signal_handle( int sig, int do_handle );
00042 
00046 void signal_block();
00047 
00051 void signal_unblock();
00052 
00056 int signal_is_blocked();
00057 
00058 #endif

Generated on Sun Jan 13 02:52:29 2008 for fish by  doxygen 1.4.4