diff src/audacious/pluginenum.c @ 3706:fc17623eb561

Export MIME/Custom URI APIs
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 18:00:57 -0500
parents e766d3aec087
children 0e5da33a32b7
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Sun Oct 07 14:05:16 2007 -0500
+++ b/src/audacious/pluginenum.c	Sun Oct 07 18:00:57 2007 -0500
@@ -125,6 +125,12 @@
     .tuple_formatter_register_function = tuple_formatter_register_function,
     .tuple_formatter_register_expression = tuple_formatter_register_expression,
     .tuple_formatter_make_title_string = tuple_formatter_make_title_string,
+
+    .mime_get_plugin = mime_get_plugin,
+    .mime_set_plugin = mime_set_plugin,
+
+    .uri_get_plugin = uri_get_plugin,
+    .uri_set_plugin = uri_set_plugin,
 };
 
 /*****************************************************************/