4 #include <sys/socket.h>
5 #include <sys/ucontext.h>
11 extern jmp_buf crash_buf
;
13 void set_signals(unsigned activate
);
14 void crash_write_backtrace(struct bio
*b
, const char *nick
);
15 void crash_init(void);
16 void crash_fini(void);
17 void crash_mod(struct bio
*b
, const char *target
);
19 extern unsigned ponify
;