diff libpurple/protocols/jabber/caps.h @ 25741:1225f3dcf5ab

Fix compilation errors and many warnings
author Paul Aurich <paul@darkrain42.org>
date Thu, 20 Nov 2008 23:58:17 +0000
parents 84ff003a7d33
children 4040da08a733
line wrap: on
line diff
--- a/libpurple/protocols/jabber/caps.h	Thu Nov 20 21:57:52 2008 +0000
+++ b/libpurple/protocols/jabber/caps.h	Thu Nov 20 23:58:17 2008 +0000
@@ -79,21 +79,21 @@
  *	@return		The base64 encoded SHA-1 hash; needs to be freed if not needed 
  *				any furthermore. 
  */
-gchar *jabber_caps_calcualte_hash(JabberCapsClientInfo *info, const char *hash);
+gchar *jabber_caps_calculate_hash(JabberCapsClientInfo *info, const char *hash);
 
 /**
- *  Calcualte SHA1 hash for own featureset.
+ *  Calculate SHA1 hash for own featureset.
  */
-void jabber_caps_calculate_own_hash();
+void jabber_caps_calculate_own_hash(JabberStream *js);
 
 /** Get the current caps hash.
  * 	@ret hash
 **/
-const gchar* jabber_caps_get_own_hash();
+const gchar* jabber_caps_get_own_hash(void);
 
 /**
  *  Broadcast a new calculated hash using a <presence> stanza.
  */
-void jabber_caps_broadcast_change();
+void jabber_caps_broadcast_change(void);
 
 #endif /* _PURPLE_JABBER_CAPS_H_ */