]> git.sur5r.net Git - u-boot/blobdiff - fs/ubifs/ubifs.h
x86: Use getenv_ulong() in place of getenv(), strtoul
[u-boot] / fs / ubifs / ubifs.h
index 06772af36f71a117fffab0558cb1c0fe14ae9721..0af471afb911485508f990d1d1112dbdf12fac88 100644 (file)
@@ -2140,7 +2140,4 @@ 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 zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp,
-                                               int stoponerr, int offset);
 #endif /* !__UBIFS_H__ */