From ddcf0a407876ef886ca8634daa223c6f27c236dc Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Tue, 16 Dec 2008 21:46:11 +0100 Subject: archiveapi: archive plugin for ZIP files --- src/archive_list.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/archive_list.c') diff --git a/src/archive_list.c b/src/archive_list.c index 2f86c0ad6..9f0dca6a9 100644 --- a/src/archive_list.c +++ b/src/archive_list.c @@ -28,10 +28,14 @@ #include extern const struct archive_plugin bz2_plugin; +extern const struct archive_plugin zip_plugin; static const struct archive_plugin *const archive_plugins[] = { #ifdef HAVE_BZ2 &bz2_plugin, +#endif +#ifdef HAVE_ZIP + &zip_plugin, #endif NULL }; -- cgit v1.2.3