diff src/audacious/pluginenum.c @ 3734:e82ec5cb017c

strings API -> vtable
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 19:58:38 -0500
parents 0e5da33a32b7
children d41d03630f27
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Sat Oct 13 19:31:02 2007 -0500
+++ b/src/audacious/pluginenum.c	Sat Oct 13 19:58:38 2007 -0500
@@ -133,6 +133,20 @@
     .uri_set_plugin = uri_set_plugin,
 
     .util_info_dialog = util_info_dialog,
+
+    .escape_shell_chars = escape_shell_chars,
+    .str_append = str_append,
+    .str_replace = str_replace,
+    .str_replace_in = str_replace_in,
+    .str_has_prefix_nocase = str_has_prefix_nocase,
+    .str_has_suffix_nocase = str_has_suffix_nocase,
+    .str_has_suffixes_nocase = str_has_suffixes_nocase,
+    .str_to_utf8_fallback = str_to_utf8_fallback,
+    .str_to_utf8 = str_to_utf8,
+    .filename_to_utf8 = filename_to_utf8,
+    .str_skip_chars = str_skip_chars,
+    .convert_title_text = convert_title_text,
+    .chardet_to_utf8 = chardet_to_utf8,
 };
 
 /*****************************************************************/