Merge pull request #393 from ailin-nemui/moduleversion-perl

forward ABI to perl modules
This commit is contained in:
ailin-nemui 2016-01-11 21:19:35 +01:00
commit 62cab9d662
11 changed files with 59 additions and 2 deletions

View file

@ -479,3 +479,8 @@ void perl_core_deinit(void)
signal_remove("script error", (SIGNAL_FUNC) sig_script_error);
PERL_SYS_TERM();
}
void perl_core_abicheck(int *version)
{
*version = IRSSI_ABI_VERSION;
}