[pkg-otr-team] [irssi-plugin-otr] 07/167: * otr-plugin.c (confirm_fingerprint_cb): Match the changing libotr API.
Holger Levsen
holger at moszumanska.debian.org
Mon Mar 3 21:55:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to tag 4.0.0
in repository irssi-plugin-otr.
commit bea6a7e722350da4f7eae3f951f83078c5aab2e5
Author: cypherpunk <cypherpunk>
Date: Fri Jul 29 15:55:22 2005 +0000
* otr-plugin.c (confirm_fingerprint_cb): Match the changing
libotr API.
---
ChangeLog | 7 ++++++-
otr-plugin.c | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c65dec6..688d79e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+2005-07-29
+
+ * otr-plugin.c (confirm_fingerprint_cb): Match the changing
+ libotr API.
+
2005-06-24
* README:
* Makefile.mingw:
* packaging/fedora/gaim-otr.spec:
* packaging/windows/gaim-otr.nsi:
- * configure.ac: Change version to 3.0.0
+ * configure.ac: Change version to 3.0.0 (but don't yet release)
* Makefile.mingw: add -lgtk_pixbuf-2.0-0 for the OTR button
pixmaps.
diff --git a/otr-plugin.c b/otr-plugin.c
index b16697c..c3b5a52 100644
--- a/otr-plugin.c
+++ b/otr-plugin.c
@@ -208,7 +208,7 @@ static void update_context_list_cb(void *opdata)
otrg_ui_update_keylist();
}
-static void confirm_fingerprint_cb(OtrlUserState us, void *opdata,
+static void confirm_fingerprint_cb(void *opdata, OtrlUserState us,
const char *accountname, const char *protocol, const char *username,
OTRKeyExchangeMsg kem)
{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-otr/packages/irssi-plugin-otr.git
More information about the Pkg-otr-team
mailing list