diff src/audacious/pluginenum.c @ 3736:269449ad845e

vtable get_gentitle_format().
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:41:39 -0500
parents d41d03630f27
children 48a596a86459
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Sat Oct 13 20:35:58 2007 -0500
+++ b/src/audacious/pluginenum.c	Sat Oct 13 20:41:39 2007 -0500
@@ -133,6 +133,7 @@
     .uri_set_plugin = uri_set_plugin,
 
     .util_info_dialog = util_info_dialog,
+    .get_gentitle_format = get_gentitle_format,
 
     .escape_shell_chars = escape_shell_chars,
     .str_append = str_append,