comparison pidgin-audacious.c @ 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
comparison
equal deleted inserted replaced
2:f1dc959e4706 3:e7f2d7bb0381
29 #include "connection.h" 29 #include "connection.h"
30 #include "version.h" 30 #include "version.h"
31 #include <audacious/audctrl.h> 31 #include <audacious/audctrl.h>
32 #include <audacious/dbus.h> 32 #include <audacious/dbus.h>
33 33
34 extern guchar *botch_utf(const void *msg, size_t len, size_t *newlen) __attribute__ ((weak)); 34 extern gchar *botch_utf(const gchar *msg, size_t len, size_t *newlen) __attribute__ ((weak));
35 35
36 #define PIDGINAUD_PLUGIN_ID "pidgin_audacious" 36 #define PIDGINAUD_PLUGIN_ID "pidgin_audacious"
37 37
38 #define OPT_PIDGINAUD "/plugins/pidgin_audacious" 38 #define OPT_PIDGINAUD "/plugins/pidgin_audacious"
39 #define OPT_PROCESS_STATUS OPT_PIDGINAUD "/process_status" 39 #define OPT_PROCESS_STATUS OPT_PIDGINAUD "/process_status"