1
0
mirror of https://github.com/irssi/irssi.git synced 2025-01-03 14:56:47 -05:00

Add ABI check for otr_core module.

This commit is contained in:
Alexander Færøy 2018-03-15 14:01:50 +01:00
parent 7a4bfc1602
commit 8d07f52bae

View File

@ -24,6 +24,7 @@
#include "module.h"
#include "common.h"
#include "signals.h"
#include "queries.h"
#include "commands.h"
@ -259,3 +260,8 @@ void otr_core_deinit(void)
otr_lib_uninit();
}
void otr_core_abicheck(int *version)
{
*version = IRSSI_ABI_VERSION;
}