diff options
Diffstat (limited to 'src/common/torgzip.c')
-rw-r--r-- | src/common/torgzip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/torgzip.c b/src/common/torgzip.c index badd45be8..ad9164940 100644 --- a/src/common/torgzip.c +++ b/src/common/torgzip.c @@ -299,6 +299,7 @@ detect_compression_method(const char *in, size_t in_len) } } +/** DOCDOC */ struct tor_zlib_state_t { struct z_stream_s stream; int compress; |