loader.c / zip.c can now list directory contents.
commitc703ba19526f07a2aa11089deb9c68455412f2d7
authorEvanR <evanrinehart@gmail.com>
Sun, 21 Feb 2010 23:31:55 +0000 (21 17:31 -0600)
committerEvanR <evanrinehart@gmail.com>
Sun, 21 Feb 2010 23:31:55 +0000 (21 17:31 -0600)
treeec2e14be69a94b0b01ffd9bef5446284af645516
parent14ac2fee7544bbbd8ed3b9e42c6640ca408f5ce5
loader.c / zip.c can now list directory contents.

The application receives a list of paths to contents of the
specified directory from loader_readdir, recycles it with
loader_freedirlist.
iotest.c
loader.c
zip.c