diff src/audacious/pluginenum.c @ 3685:0ba593887cae

Export VfsBufferedFile functions.
author William Pitcock <nenolod@atheme.org>
date Mon, 01 Oct 2007 23:39:22 -0500
parents 2f9d8b987e40
children 12e11b15b549
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Mon Oct 01 23:32:57 2007 -0500
+++ b/src/audacious/pluginenum.c	Mon Oct 01 23:39:22 2007 -0500
@@ -53,6 +53,7 @@
 #include "pluginenum.h"
 
 #include "vfs_buffer.h"
+#include "vfs_buffered_file.h"
 
 const gchar *plugin_dir_list[] = {
     PLUGINSUBS,
@@ -87,6 +88,9 @@
 
     .vfs_buffer_new = vfs_buffer_new,
     .vfs_buffer_new_from_string = vfs_buffer_new_from_string,
+
+    .vfs_buffered_file_new_from_uri = vfs_buffered_file_new_from_uri,
+    .vfs_buffered_file_release_live_fd = vfs_buffered_file_release_live_fd,
 };
 
 /*****************************************************************/