diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-04-25 10:46:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-25 10:46:23 -0400 |
commit | 232c9e14a8319040c59fd9da1b5d242a57d10a04 (patch) | |
tree | 87557c905d81379c531416f59c8e4ad538cc7e77 /src/common/compress_lzma.h | |
parent | ec7c512d272d366e8e7de61aaf8108bca0adf957 (diff) | |
parent | 4266ec766af8e210ac52f597699b44818960ee39 (diff) | |
download | tor-232c9e14a8319040c59fd9da1b5d242a57d10a04.tar.gz tor-232c9e14a8319040c59fd9da1b5d242a57d10a04.zip |
Merge branch 'atomic_counters'
Diffstat (limited to 'src/common/compress_lzma.h')
-rw-r--r-- | src/common/compress_lzma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/compress_lzma.h b/src/common/compress_lzma.h index 71de56a1c6..60a5f9ce82 100644 --- a/src/common/compress_lzma.h +++ b/src/common/compress_lzma.h @@ -47,5 +47,7 @@ size_t tor_lzma_compress_state_size(const tor_lzma_compress_state_t *state); size_t tor_lzma_get_total_allocation(void); +void tor_lzma_init(void); + #endif // TOR_COMPRESS_LZMA_H. |