diff mcabber/mcabber/utils.h @ 2198:1591518a33b9

Minor change of the prototype for fingerprint_to_hex()
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2015 17:19:15 +0200
parents 189abf03ef24
children 170597f5365b
line wrap: on
line diff
--- a/mcabber/mcabber/utils.h	Sun Oct 11 17:17:35 2015 +0200
+++ b/mcabber/mcabber/utils.h	Sun Oct 11 17:19:15 2015 +0200
@@ -21,7 +21,7 @@
                   const char *resource);
 gboolean jid_equal(const char *jid1, const char *jid2);
 
-void fingerprint_to_hex(const unsigned char *fpr, char hex[48]);
+void fingerprint_to_hex(const char *fpr, char hex[48]);
 gboolean hex_to_fingerprint(const char *hex, char fpr[17]);
 
 void ut_init_debug(void);