diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 12:36:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 12:36:59 -0400 |
commit | 5cdc2343302f8fec9d71a6f1e7ec28befb7379cf (patch) | |
tree | bc38f15311842d1495ab0faa7aa5dccaf5e3b246 /src/or/rendservice.c | |
parent | 990184da4976f98365ca7d98762e91a66f1d3009 (diff) | |
download | tor-5cdc2343302f8fec9d71a6f1e7ec28befb7379cf.tar.gz tor-5cdc2343302f8fec9d71a6f1e7ec28befb7379cf.zip |
Split rend_authorized_client_t and encoded_.._t into their own headers
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index d82ea4789e..4a8b7a0e15 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -41,6 +41,8 @@ #include "crypt_path_reference_st.h" #include "edge_connection_st.h" #include "origin_circuit_st.h" +#include "rend_authorized_client_st.h" +#include "rend_encoded_v2_service_descriptor_st.h" #include "rend_intro_point_st.h" #include "rend_service_descriptor_st.h" |