[Pkg-privacy-commits] [irssi-plugin-otr] 08/18: implement ABI check for irssi 0.8.18

Antoine Beaupré anarcat at moszumanska.debian.org
Tue Mar 29 14:20:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

anarcat pushed a commit to branch debian
in repository irssi-plugin-otr.

commit d03ab59b6f27142c1c5e99fedc635a589b1607bb
Author: Ailin Nemui <ailin at z30a.localdomain>
Date:   Mon Jan 18 09:55:16 2016 +0100

    implement ABI check for irssi 0.8.18
---
 src/module.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/module.c b/src/module.c
index 50533d7..42bece7 100644
--- a/src/module.c
+++ b/src/module.c
@@ -371,3 +371,13 @@ void otr_deinit(void)
 
 	theme_unregister();
 }
+
+#ifdef IRSSI_ABI_VERSION
+/*
+ * irssi abicheck()
+ */
+void otr_abicheck(int *version)
+{
+	*version = IRSSI_ABI_VERSION;
+}
+#endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git



More information about the Pkg-privacy-commits mailing list