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
|
|
@ -155,6 +155,6 @@ irc_server_cap_toggle(server, cap, enable)
|
|||
char *cap
|
||||
int enable
|
||||
CODE:
|
||||
RETVAL = cap_toggle(server, cap, enable);
|
||||
RETVAL = irc_cap_toggle(server, cap, enable);
|
||||
OUTPUT:
|
||||
RETVAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue