00001 /* $Id: selfpipe.h 616 2005-08-19 20:11:01Z bruce $ */ 00002 #ifndef BGLIBS__SELF_PIPE__H__ 00003 #define BGLIBS__SELF_PIPE__H__ 00004 00008 int selfpipe_init(void); 00009 void selfpipe_close(void); 00010 void selfpipe_catch_signal(int); 00011 00014 #endif