Mercurial > pidgin-audacious
changeset 3:e7f2d7bb0381
update prototype of botch_utf()
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Fri, 29 Feb 2008 02:36:09 +0900 |
parents | f1dc959e4706 |
children | 76f3cd9915c5 feb13e877029 |
files | pidgin-audacious.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <audacious/audctrl.h> #include <audacious/dbus.h> -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"