# HG changeset patch # User Yoshiki Yazawa # Date 1204220169 -32400 # Node ID e7f2d7bb0381d39d6a0ae3c67d17de05825efae7 # Parent f1dc959e4706a41dc4cf3f6c8172399439162054 update prototype of botch_utf() diff -r f1dc959e4706 -r e7f2d7bb0381 pidgin-audacious.c --- a/pidgin-audacious.c Fri Jun 29 01:42:55 2007 +0900 +++ b/pidgin-audacious.c Fri Feb 29 02:36:09 2008 +0900 @@ -31,7 +31,7 @@ #include #include -extern guchar *botch_utf(const void *msg, size_t len, size_t *newlen) __attribute__ ((weak)); +extern gchar *botch_utf(const gchar *msg, size_t len, size_t *newlen) __attribute__ ((weak)); #define PIDGINAUD_PLUGIN_ID "pidgin_audacious"