00001 00009 #ifndef _DEBUG_H 00010 #define _DEBUG_H 00011 00012 void exec_sighandler(int sig); 00013 int exec_debug(struct sync_data *data, int pass, int index, OBJECT *obj); 00014 char *strsignal(int sig); 00015 00016 #endif 00017