aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_helpers.h
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2017-04-27 03:36:02 +0200
committerAlexander Færøy <ahf@torproject.org>2017-04-27 15:51:14 +0200
commit22e6ad6f269a7672418b97c31d3d3c1e4ee795c7 (patch)
tree4eaa81f34665dcea65928638ad8a24b778452018 /src/test/test_helpers.h
parent7bececbd693698e4589fee959fb6b0ed69a9faea (diff)
downloadtor-22e6ad6f269a7672418b97c31d3d3c1e4ee795c7.tar.gz
tor-22e6ad6f269a7672418b97c31d3d3c1e4ee795c7.zip
Clean up mentions of 'zlib' and rename the mentions to 'compressed'.
This patch cleans up in various places where 'zlib' is mentioned.
Diffstat (limited to 'src/test/test_helpers.h')
-rw-r--r--src/test/test_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_helpers.h b/src/test/test_helpers.h
index 293f80d173..4621631cc1 100644
--- a/src/test/test_helpers.h
+++ b/src/test/test_helpers.h
@@ -15,7 +15,7 @@ void helper_setup_fake_routerlist(void);
#define GET(path) "GET " path " HTTP/1.0\r\n\r\n"
void connection_write_to_buf_mock(const char *string, size_t len,
- connection_t *conn, int zlib);
+ connection_t *conn, int compressed);
int mock_tor_addr_lookup__fail_on_bad_addrs(const char *name,
uint16_t family, tor_addr_t *out);