Implemented walker overlay that calculates decompressed size.

This commit is contained in:
2022-09-05 20:04:54 +10:00
parent ab921e5059
commit 148a999953
3 changed files with 35 additions and 1 deletions

View File

@@ -267,6 +267,11 @@ extern "C" {
*/
void espr_print(char *data, size_t size);
/* Calculates the size of the esp data if all of the compressed records are
* decompressed.
*/
size_t espr_decompressed_size(char *data, size_t size);
// End C++ guard
#ifdef __cplusplus
}