4 #include <sys/socket.h>
5 #include <sys/ucontext.h>
17 #include <openssl/ssl.h>
22 extern jmp_buf crash_buf
;
24 void set_signals(unsigned activate
);
25 void crash_write_backtrace(struct bio
*b
, const char *nick
);
26 void crash_init(void);
27 void crash_fini(void);
28 void crash_mod(struct bio
*b
, const char *target
);