aboutsummaryrefslogtreecommitdiff
path: root/src/common/torgzip.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-12 23:44:02 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-12 23:44:02 +0000
commitb99f903e34b1d2b4548937480d2345ab4753454f (patch)
treeed002b0bea9e40145b7344c7799ff948567800c9 /src/common/torgzip.h
parent53c54b75c9e3ba373cc43633eacc290f175fbb14 (diff)
downloadtor-b99f903e34b1d2b4548937480d2345ab4753454f.tar
tor-b99f903e34b1d2b4548937480d2345ab4753454f.tar.gz
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/torgzip.h b/src/common/torgzip.h
index 36d96940a..134ef0326 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);