aboutsummaryrefslogtreecommitdiff
path: root/src/common/torgzip.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-02-16 20:01:02 +0000
committerNick Mathewson <nickm@torproject.org>2007-02-16 20:01:02 +0000
commit11e5656ab7fdbf8bad2e041261542f2bda6a5a8c (patch)
tree0ab37c179ee7e8466c2d4504edf2491d3411ffb2 /src/common/torgzip.c
parentae7576a19e5294b3c586363397a45585e2a523bc (diff)
downloadtor-11e5656ab7fdbf8bad2e041261542f2bda6a5a8c.tar
tor-11e5656ab7fdbf8bad2e041261542f2bda6a5a8c.tar.gz
r11826@catbus: nickm | 2007-02-16 14:58:38 -0500
Resolve 56 DOCDOC comments. svn:r9594
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 acad163da..e1028293a 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;