diff src/flacng/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 47057148c992
line wrap: on
line diff
--- a/src/flacng/plugin.c	Sun Oct 07 00:25:33 2007 -0500
+++ b/src/flacng/plugin.c	Sun Oct 07 00:43:10 2007 -0500
@@ -41,7 +41,7 @@
     .get_song_info = flac_get_song_info,
     .get_song_tuple = flac_get_song_tuple,	// get a tuple
     .is_our_file_from_vfs = flac_is_our_fd,	// version of is_our_file which is handed an FD
-    .aud_vfs_extensions = flac_fmts			// vector of fileextensions allowed by the plugin
+    .vfs_extensions = flac_fmts			// vector of fileextensions allowed by the plugin
 };
 
 InputPlugin *flac_iplist[] = { &flac_ip, NULL };