Add iso_file_src default implementation.

This will be the base class for file content writting, with support for 
on-the-file file modification, useful for things like compression or 
encryption.
This commit is contained in:
Vreixo Formoso Lopes
2007-09-25 10:17:29 +00:00
parent ead523ff27
commit 8de9d35873
5 changed files with 253 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ libisofs_libisofs_la_SOURCES = \
libisofs/hash.c \
libisofs/file.h \
libisofs/file.c \
libisofs/file_src.h \
libisofs/file_src.c \
libisofs/eltorito.h \
libisofs/eltorito.c \
libisofs/data_source.c \