Mercurial > pidgin-audacious
changeset 7:feb13e877029
follow the change of botch_utf()
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Sat, 01 Mar 2008 03:16:47 +0900 |
parents | e7f2d7bb0381 |
children | 8af1f090ba9a |
files | pidgin-audacious.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin-audacious.c Fri Feb 29 02:36:09 2008 +0900 +++ b/pidgin-audacious.c Sat Mar 01 03:16:47 2008 +0900 @@ -31,7 +31,7 @@ #include <audacious/audctrl.h> #include <audacious/dbus.h> -extern gchar *botch_utf(const gchar *msg, size_t len, size_t *newlen) __attribute__ ((weak)); +extern gchar *botch_utf(const gchar *msg, gsize len, gsize *newlen) __attribute__ ((weak)); #define PIDGINAUD_PLUGIN_ID "pidgin_audacious"