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:
parent
7a4bfc1602
commit
8d07f52bae
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user