comparison src/audacious/plugin.h @ 3340:a0c93cb34598 trunk

Add functions for custom uri support of input plugins
author Christian Birchinger <joker@netswarm.net>
date Sun, 12 Aug 2007 20:18:04 +0200
parents ea806daf3ef0
children 3a77e835874f
comparison
equal deleted inserted replaced
3339:c23513d0ee17 3340:a0c93cb34598
327 gboolean plugin_set_errortext(const gchar * text); 327 gboolean plugin_set_errortext(const gchar * text);
328 328
329 G_END_DECLS 329 G_END_DECLS
330 330
331 #include "audacious/mime.h" 331 #include "audacious/mime.h"
332 #include "audacious/custom_uri.h"
332 333
333 #endif 334 #endif