diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-23 08:19:06 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-23 08:19:06 +0000 |
commit | 6021ee85cb3c13754a0f205469824e7f9fb0df69 (patch) | |
tree | ac35c963ebb08af603e25ec16d491a164692dfb4 /src/irc/irc.h | |
parent | bcee678a56db2f6fdc09b0ff5b035d5a3e3ef0e6 (diff) | |
download | weechat-6021ee85cb3c13754a0f205469824e7f9fb0df69.zip |
Fixed bug #16416 (crash when purging old DCC chats)
Diffstat (limited to 'src/irc/irc.h')
-rw-r--r-- | src/irc/irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/irc.h b/src/irc/irc.h index 898188608..dfab3e766 100644 --- a/src/irc/irc.h +++ b/src/irc/irc.h @@ -406,6 +406,7 @@ extern void nick_print_log (t_irc_nick *); extern void dcc_redraw (int); extern void dcc_free (t_irc_dcc *); extern void dcc_close (t_irc_dcc *, int); +extern void dcc_chat_remove_channel (t_irc_channel *); extern void dcc_accept (t_irc_dcc *); extern void dcc_accept_resume (t_irc_server *, char *, int, unsigned long); extern void dcc_start_resume (t_irc_server *, char *, int, unsigned long); |