Moved some functions into the Libisofs_with_zliB case

which caused compiler warnings on OpenSuse Build Service.
This commit is contained in:
Thomas Schmitt 2010-06-20 15:08:08 +02:00
parent c0963596e5
commit 2b2a86ea2e
1 changed files with 3 additions and 2 deletions

View File

@ -830,6 +830,9 @@ int ziso_cmp_ino(IsoStream *s1, IsoStream *s2)
/* ------------------------------------------------------------------------- */
#ifdef Libisofs_with_zliB
static
void ziso_filter_free(FilterContext *filter)
{
@ -917,8 +920,6 @@ int ziso_filter_get_uncompressor(FilterContext *filter, IsoStream *original,
}
#ifdef Libisofs_with_zliB
/* Produce a parameter object suitable for iso_file_add_filter().
* It may be disposed by free() after all those calls are made.
*