changeset 1991:b0ff8640f338

Make it compile again
author Christian Birchinger <joker@netswarm.net>
date Sun, 07 Oct 2007 23:32:18 +0200
parents c9e4ae9e1580
children 6055af71fe07
files src/adplug/adplug-xmms.cc src/adplug/core/binio_virtual.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/adplug/adplug-xmms.cc	Sun Oct 07 14:45:11 2007 -0500
+++ b/src/adplug/adplug-xmms.cc	Sun Oct 07 23:32:18 2007 +0200
@@ -93,9 +93,6 @@
 
 static InputPlayback *playback;
 
-// XXX: this function is not in the public API yet.
-extern "C" VFSFile * aud_vfs_buffered_file_new_from_uri (gchar * uri);
-
 /***** Debugging *****/
 
 #ifdef DEBUG
--- a/src/adplug/core/binio_virtual.h	Sun Oct 07 14:45:11 2007 -0500
+++ b/src/adplug/core/binio_virtual.h	Sun Oct 07 23:32:18 2007 +0200
@@ -12,7 +12,10 @@
 #include <string>
 
 #include <glib.h>
+
+extern "C" {
 #include <audacious/vfs.h>
+};
 
 class vfsistream : public binistream, virtual public binio {
 private: