Mercurial > audlegacy
changeset 1976:8045625b45d3 trunk
[svn] - remove shadowed struct _VFSFile.
author | nenolod |
---|---|
date | Thu, 16 Nov 2006 11:21:05 -0800 |
parents | 976da06332df |
children | 8805efda085e |
files | ChangeLog libaudacious/vfs.c |
diffstat | 2 files changed, 11 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Nov 16 11:20:07 2006 -0800 +++ b/ChangeLog Thu Nov 16 11:21:05 2006 -0800 @@ -1,3 +1,14 @@ +2006-11-16 19:20:07 +0000 William Pitcock <nenolod@nenolod.net> + revision [2929] + - newvfs code, part 1 + + trunk/libaudacious/Makefile | 2 + trunk/libaudacious/vfs.c | 173 +++++++++++++++++++++++++++++++++++++++++ + trunk/libaudacious/vfs.h | 12 ++ + trunk/libaudacious/vfs_stdio.c | 92 ++++++++++++--------- + 4 files changed, 235 insertions(+), 44 deletions(-) + + 2006-11-16 18:53:21 +0000 William Pitcock <nenolod@nenolod.net> revision [2925] - define VFSConstructor