diff src/sexypsf/plugin.c @ 1979:839804c3b3a4

aud_vfs_extensions -> vfs_extensions, some vtable fixes
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:43:10 -0500
parents fa9f85cebade
children 4b78df9dcf93
line wrap: on
line diff
--- a/src/sexypsf/plugin.c	Sun Oct 07 00:25:33 2007 -0500
+++ b/src/sexypsf/plugin.c	Sun Oct 07 00:43:10 2007 -0500
@@ -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,
-    .aud_vfs_extensions = sexypsf_fmts,
+    .vfs_extensions = sexypsf_fmts,
 };
 
 InputPlugin *sexypsf_iplist[] = { &sexypsf_ip, NULL };