Squashfs: Make ZLIB compression support optional
[pandora-kernel.git] / fs / squashfs / decompressor.h
index 8ba70cf..330073e 100644 (file)
@@ -56,4 +56,8 @@ extern const struct squashfs_decompressor squashfs_xz_comp_ops;
 extern const struct squashfs_decompressor squashfs_lzo_comp_ops;
 #endif
 
+#ifdef CONFIG_SQUASHFS_ZLIB
+extern const struct squashfs_decompressor squashfs_zlib_comp_ops;
+#endif
+
 #endif