]> git.sur5r.net Git - u-boot/blobdiff - fs/ubifs/ubifs.h
ubifs: BUG: Blocks commpressed with zlib
[u-boot] / fs / ubifs / ubifs.h
index 91351de75a7d0772f14c908d269d28fc9b28fbff..43865aa66ed90ef9d267f0fec60fabc924160f47 100644 (file)
@@ -2172,6 +2172,7 @@ int ubifs_decompress(const void *buf, int len, void *out, int *out_len,
 /* todo: Move these to a common U-Boot header */
 int lzo1x_decompress_safe(const unsigned char *in, size_t in_len,
                          unsigned char *out, size_t *out_len);
-int gunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp);
 
+int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp,
+                                               int stoponerr, int offset);
 #endif /* !__UBIFS_H__ */