diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-12 23:44:02 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-12 23:44:02 +0000 |
commit | b99f903e34b1d2b4548937480d2345ab4753454f (patch) | |
tree | ed002b0bea9e40145b7344c7799ff948567800c9 /src/common/torgzip.h | |
parent | 53c54b75c9e3ba373cc43633eacc290f175fbb14 (diff) | |
download | tor-b99f903e34b1d2b4548937480d2345ab4753454f.tar.gz tor-b99f903e34b1d2b4548937480d2345ab4753454f.zip |
and don't warn when it happens here either, unless the user
wants to hear it.
svn:r5990
Diffstat (limited to 'src/common/torgzip.h')
-rw-r--r-- | src/common/torgzip.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/torgzip.h b/src/common/torgzip.h index 36d96940a0..134ef03268 100644 --- a/src/common/torgzip.h +++ b/src/common/torgzip.h @@ -24,7 +24,8 @@ int tor_gzip_uncompress(char **out, size_t *out_len, const char *in, size_t in_len, compress_method_t method, - int complete_only); + int complete_only, + int protocol_warn_level); int is_gzip_supported(void); |