diff 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
line wrap: on
line diff
--- a/src/audacious/plugin.h	Sun Aug 12 17:23:21 2007 +0200
+++ b/src/audacious/plugin.h	Sun Aug 12 20:18:04 2007 +0200
@@ -329,5 +329,6 @@
 G_END_DECLS
 
 #include "audacious/mime.h"
+#include "audacious/custom_uri.h"
 
 #endif