diff src/audacious/plugin.h @ 3334:ea806daf3ef0 trunk

rename xmms_get_gentitle_format() to get_gentitle_format().
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sat, 11 Aug 2007 23:59:24 +0900
parents d4f6507cded3
children a0c93cb34598
line wrap: on
line diff
--- a/src/audacious/plugin.h	Sat Aug 11 14:54:34 2007 +0200
+++ b/src/audacious/plugin.h	Sat Aug 11 23:59:24 2007 +0900
@@ -319,7 +319,7 @@
 G_BEGIN_DECLS
 
 /* So that input plugins can get the title formatting information */
-G_CONST_RETURN gchar * xmms_get_gentitle_format(void);
+G_CONST_RETURN gchar * get_gentitle_format(void);
 
 /* So that output plugins can communicate with effect plugins */
 EffectPlugin *get_current_effect_plugin(void);