Changes in boot/generic/include/gzip.h [d091007:63a045c] in mainline
- File:
-
- 1 edited
-
boot/generic/include/gzip.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/include/gzip.h
rd091007 r63a045c 30 30 #define LIBCOMPRESS_GZIP_H_ 31 31 32 #include <stdbool.h>33 32 #include <stddef.h> 34 35 extern bool gzip_check(const void *, size_t); 36 extern size_t gzip_size(const void *, size_t); 33 size_t gzip_size(const void *, size_t); 37 34 extern int gzip_expand(const void *, size_t, void *, size_t); 38 35
Note:
See TracChangeset
for help on using the changeset viewer.
