diff src/sexypsf/plugin.c @ 1978:fa9f85cebade

s/vfs_/aud_vfs_/g
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:25:33 -0500
parents 5fa26178eaef
children 839804c3b3a4
line wrap: on
line diff
--- a/src/sexypsf/plugin.c	Sun Oct 07 00:23:19 2007 -0500
+++ b/src/sexypsf/plugin.c	Sun Oct 07 00:25:33 2007 -0500
@@ -44,7 +44,7 @@
 
 static int is_our_fd(gchar *filename, VFSFile *file) {
     gchar magic[4];
-    vfs_fread(magic, 1, 4, file);
+    aud_vfs_fread(magic, 1, 4, file);
 
     // only allow PSF1 for now
     if (!memcmp(magic, "PSF\x01", 4))
@@ -269,7 +269,7 @@
     .get_song_info = sexypsf_xmms_getsonginfo,
     .get_song_tuple = get_aud_tuple_psf,
     .is_our_file_from_vfs = is_our_fd,
-    .vfs_extensions = sexypsf_fmts,
+    .aud_vfs_extensions = sexypsf_fmts,
 };
 
 InputPlugin *sexypsf_iplist[] = { &sexypsf_ip, NULL };