From bd97586cc48431ebb3e5be7cdfcae435458dc508 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 16 Dec 2009 16:06:16 +0100 Subject: archive/iso: renamed plugin to "iso9660" Based on libiso9660. --- src/archive_list.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/archive_list.c') diff --git a/src/archive_list.c b/src/archive_list.c index 9a9772326..6331a95fd 100644 --- a/src/archive_list.c +++ b/src/archive_list.c @@ -27,7 +27,7 @@ extern const struct archive_plugin bz2_plugin; extern const struct archive_plugin zzip_archive_plugin; -extern const struct archive_plugin iso_plugin; +extern const struct archive_plugin iso9660_archive_plugin; static const struct archive_plugin *const archive_plugins[] = { #ifdef HAVE_BZ2 @@ -36,8 +36,8 @@ static const struct archive_plugin *const archive_plugins[] = { #ifdef HAVE_ZZIP &zzip_archive_plugin, #endif -#ifdef HAVE_ISO - &iso_plugin, +#ifdef HAVE_ISO9660 + &iso9660_archive_plugin, #endif NULL }; -- cgit v1.2.3