Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: gzip_utils.h
- Revision:
- 2:111ce9bdefa4
- Parent:
- 1:2a3edb8df037
- Child:
- 4:c269a5aba4b9
--- a/gzip_utils.h Tue Feb 28 16:35:47 2017 +0000 +++ b/gzip_utils.h Tue Feb 28 16:46:05 2017 +0000 @@ -1,6 +1,9 @@ #ifndef __GZIP_UTILS_H__ #define __GZIP_UTILS_H__ +#include "mbed.h" +#include "zlib.h" + // external declarations extern int gzip(unsigned char *dst, unsigned long *dst_length, unsigned char *src, unsigned long src_length); extern int gunzip(unsigned char *dst, unsigned long *dst_length, unsigned char *src, unsigned long src_length);