summaryrefslogtreecommitdiff
path: root/src/common/torgzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/torgzip.c')
-rw-r--r--src/common/torgzip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/torgzip.c b/src/common/torgzip.c
index acad163daf..e1028293a3 100644
--- a/src/common/torgzip.c
+++ b/src/common/torgzip.c
@@ -299,7 +299,8 @@ detect_compression_method(const char *in, size_t in_len)
}
}
-/** DOCDOC */
+/** Internal state for a incremental zlib compression/decompression. The body
+ * of this struct is not exposed. */
struct tor_zlib_state_t {
struct z_stream_s stream;
int compress;