libpurple/protocols/jabber/caps.h

branch
soc.2013.gobjectification
changeset 34567
ea5103f66b0e
parent 34556
087db73b115d
child 34935
686fa55b0deb
--- a/libpurple/protocols/jabber/caps.h	Sun Jun 16 03:46:10 2013 +0530
+++ b/libpurple/protocols/jabber/caps.h	Sun Jun 16 05:59:31 2013 +0530
@@ -27,7 +27,7 @@
 typedef struct _JabberCapsClientInfo JabberCapsClientInfo;
 
 #include "jabber.h"
-#include "cipher.h"
+#include "hash.h"
 
 /* Implementation of XEP-0115 - Entity Capabilities */
 
@@ -99,7 +99,7 @@
  *	@param hash Hash cipher to be used. Either sha-1 or md5.
  *	@return		The base64 encoded SHA-1 hash; must be freed by caller
  */
-gchar *jabber_caps_calculate_hash(JabberCapsClientInfo *info, PurpleCipher *hash);
+gchar *jabber_caps_calculate_hash(JabberCapsClientInfo *info, PurpleHash *hash);
 
 /**
  *  Calculate SHA1 hash for own featureset.

mercurial