mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Merge pull request #393 from ailin-nemui/moduleversion-perl
forward ABI to perl modules
This commit is contained in:
commit
62cab9d662
11 changed files with 59 additions and 2 deletions
|
|
@ -108,3 +108,8 @@ void irc_proxy_deinit(void)
|
|||
{
|
||||
proxy_listen_deinit();
|
||||
}
|
||||
|
||||
void irc_proxy_abicheck(int *version)
|
||||
{
|
||||
*version = IRSSI_ABI_VERSION;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue