mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Add ABI check for otr_core module.
This commit is contained in:
parent
7a4bfc1602
commit
8d07f52bae
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue