New API functions iso_file_add_gzip_filter() and iso_gzip_get_refcounts().

This commit is contained in:
2009-04-14 22:26:00 +02:00
parent c2f502b9a8
commit 00802a1934
5 changed files with 780 additions and 2 deletions

View File

@ -45,6 +45,7 @@ libisofs_libisofs_la_SOURCES = \
libisofs/filters/xor_encrypt.c \
libisofs/filters/external.c \
libisofs/filters/zisofs.c \
libisofs/filters/gzip.c \
libisofs/util.h \
libisofs/util.c \
libisofs/util_rbtree.c \