diff libpurple/util.h @ 27773:0f3a131d23da

- import nosuke's hash 244 patch and others to yahoo plugin - do not perform any conversion in sanitize_* if _WIN32 defined - suppress warning as much as possible - fix indentation
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 29 Feb 2008 17:56:13 +0000
parents c9b4fdb3fdb1
children 3c26ef82d556
line wrap: on
line diff
--- a/libpurple/util.h	Fri Feb 29 08:32:34 2008 +0000
+++ b/libpurple/util.h	Fri Feb 29 17:56:13 2008 +0000
@@ -1264,9 +1264,9 @@
 #endif
 
 /* to address incompatibility with cp932. */
-void botch_ucs(gchar *ucs, gssize len);
-void sanitize_ucs(gchar *ucs, gssize len);
-gchar *botch_utf(const gchar *utf, size_t len, size_t *newlen);
-gchar *sanitize_utf(const gchar *msg, size_t len, size_t *newlen);
+void botch_ucs(gchar *ucs, gsize len);
+void sanitize_ucs(gchar *ucs, gsize len);
+gchar *botch_utf(const gchar *utf, gsize len, gsize *newlen);
+gchar *sanitize_utf(const gchar *msg, gsize len, gsize *newlen);
 
 #endif /* _PURPLE_UTIL_H_ */