1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)

This commit is contained in:
Sebastien Helleu
2005-03-05 17:03:15 +00:00
parent 57daa68be5
commit 7433015842
30 changed files with 1898 additions and 1084 deletions
+1
View File
@@ -65,6 +65,7 @@ extern int weechat_cmd_alias (char *);
extern int weechat_cmd_buffer (int, char **);
extern int weechat_cmd_clear (int, char **);
extern int weechat_cmd_connect (int, char **);
extern int weechat_cmd_debug (int, char **);
extern int weechat_cmd_disconnect (int, char **);
extern int weechat_cmd_help (int, char **);
extern int weechat_cmd_perl (int, char **);