diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-08 11:51:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-05 13:57:51 -0400 |
commit | 234c5015f1536bc51fe5f87c5b7c1072d3f9dbd2 (patch) | |
tree | c42f7496f55bf59ab8e0103239d2eec766b95aae /src/test/test_hs_cache.c | |
parent | babe31fc7c52700ae1d04f9b95eca75459d1a8c2 (diff) | |
download | tor-234c5015f1536bc51fe5f87c5b7c1072d3f9dbd2.tar.gz tor-234c5015f1536bc51fe5f87c5b7c1072d3f9dbd2.zip |
Move protocol-specific functions out of buffers.c
This commit does not change the implementation of any function: it
only moves code and adds new includes as necessary. Part of #23149.
Diffstat (limited to 'src/test/test_hs_cache.c')
-rw-r--r-- | src/test/test_hs_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_hs_cache.c b/src/test/test_hs_cache.c index cbd88acff1..950c0483d1 100644 --- a/src/test/test_hs_cache.c +++ b/src/test/test_hs_cache.c @@ -15,6 +15,7 @@ #include "rendcache.h" #include "directory.h" #include "connection.h" +#include "proto_http.h" #include "hs_test_helpers.h" #include "test_helpers.h" |