diff options
Diffstat (limited to 'src/common/compress_zstd.h')
-rw-r--r-- | src/common/compress_zstd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/compress_zstd.h b/src/common/compress_zstd.h index 663cbdd2ff..186dc3be9f 100644 --- a/src/common/compress_zstd.h +++ b/src/common/compress_zstd.h @@ -47,5 +47,7 @@ size_t tor_zstd_compress_state_size(const tor_zstd_compress_state_t *state); size_t tor_zstd_get_total_allocation(void); +void tor_zstd_init(void); + #endif // TOR_COMPRESS_ZSTD_H. |