comparison 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
comparison
equal deleted inserted replaced
1978:fa9f85cebade 1979:839804c3b3a4
267 .seek = sexypsf_xmms_seek, 267 .seek = sexypsf_xmms_seek,
268 .get_time = sexypsf_xmms_gettime, 268 .get_time = sexypsf_xmms_gettime,
269 .get_song_info = sexypsf_xmms_getsonginfo, 269 .get_song_info = sexypsf_xmms_getsonginfo,
270 .get_song_tuple = get_aud_tuple_psf, 270 .get_song_tuple = get_aud_tuple_psf,
271 .is_our_file_from_vfs = is_our_fd, 271 .is_our_file_from_vfs = is_our_fd,
272 .aud_vfs_extensions = sexypsf_fmts, 272 .vfs_extensions = sexypsf_fmts,
273 }; 273 };
274 274
275 InputPlugin *sexypsf_iplist[] = { &sexypsf_ip, NULL }; 275 InputPlugin *sexypsf_iplist[] = { &sexypsf_ip, NULL };
276 276
277 DECLARE_PLUGIN(sexypsf, NULL, NULL, sexypsf_iplist, NULL, NULL, NULL, NULL, NULL); 277 DECLARE_PLUGIN(sexypsf, NULL, NULL, sexypsf_iplist, NULL, NULL, NULL, NULL, NULL);