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