diff src/audacious/pluginenum.c @ 3684:2f9d8b987e40

Export VfsBuffer functions.
author William Pitcock <nenolod@atheme.org>
date Mon, 01 Oct 2007 23:32:57 -0500
parents 4284187479d7
children 0ba593887cae
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Mon Oct 01 23:26:00 2007 -0500
+++ b/src/audacious/pluginenum.c	Mon Oct 01 23:32:57 2007 -0500
@@ -52,6 +52,8 @@
 
 #include "pluginenum.h"
 
+#include "vfs_buffer.h"
+
 const gchar *plugin_dir_list[] = {
     PLUGINSUBS,
     NULL
@@ -82,6 +84,9 @@
     .vfs_file_get_contents = vfs_file_get_contents,
     .vfs_is_remote = vfs_is_remote,
     .vfs_is_streaming = vfs_is_streaming,
+
+    .vfs_buffer_new = vfs_buffer_new,
+    .vfs_buffer_new_from_string = vfs_buffer_new_from_string,
 };
 
 /*****************************************************************/