diff src/audacious/vfs.h @ 2424:3e3d34173207 trunk

[svn] - vfs_get_file_contents() implementation. - g_file_get_contents -> vfs_get_file_contents
author nenolod
date Sat, 27 Jan 2007 04:51:25 -0800
parents e1513290ee3c
children 07b990906823
line wrap: on
line diff
--- a/src/audacious/vfs.h	Sat Jan 27 04:39:43 2007 -0800
+++ b/src/audacious/vfs.h	Sat Jan 27 04:51:25 2007 -0800
@@ -120,6 +120,8 @@
 
 extern gboolean vfs_register_transport(VFSConstructor *vtable);
 
+extern void vfs_file_get_contents(const gchar *filename, gchar **buf, gsize *size);
+
 G_END_DECLS
 
 #endif /* VFS_H */