mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
Rename cap_* funcs to irc_cap_*
Some systems often "namespace" cap_ for themselves, and so irssi's usage can conflict with their own. Bump ABI for this.
This commit is contained in:
parent
795e7ec162
commit
a634b34ba4
7 changed files with 20 additions and 20 deletions
|
|
@ -131,7 +131,7 @@ void irc_core_deinit(void)
|
|||
signal_emit("chat protocol deinit", 1, chat_protocol_find("IRC"));
|
||||
|
||||
sasl_deinit();
|
||||
cap_deinit();
|
||||
irc_cap_deinit();
|
||||
irc_expandos_deinit();
|
||||
netsplit_deinit();
|
||||
lag_deinit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue