libpurple/protocols/mxit/splashscreen.h

branch
release-2.x.y
changeset 37822
06278419c703
parent 28962
592721a9aa00
--- a/libpurple/protocols/mxit/splashscreen.h	Sun May 15 05:41:39 2016 -0300
+++ b/libpurple/protocols/mxit/splashscreen.h	Fri Jun 03 12:07:21 2016 -0500
@@ -44,7 +44,7 @@
 /*
  * Save a new splash-screen.
  */
-void splash_update(struct MXitSession* session, const char* splashId, const char* data, int datalen, gboolean clickable);
+void splash_update(struct MXitSession* session, const char* splashId, const char* data, unsigned int datalen, gboolean clickable);
 
 /*
  * Remove the stored splash-screen (if it exists).

mercurial