mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +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
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
/* this is prefixed as to not conflict with an AIX/i function in their stdlib */
|
||||
void irc_cap_init(void);
|
||||
void cap_deinit(void);
|
||||
int cap_toggle (IRC_SERVER_REC *server, char *cap, int enable);
|
||||
void cap_finish_negotiation (IRC_SERVER_REC *server);
|
||||
void irc_cap_deinit(void);
|
||||
int irc_cap_toggle (IRC_SERVER_REC *server, char *cap, int enable);
|
||||
void irc_cap_finish_negotiation (IRC_SERVER_REC *server);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue