diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 12:23:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 12:23:06 -0400 |
commit | 990184da4976f98365ca7d98762e91a66f1d3009 (patch) | |
tree | c432d840a285db958261cba53efdf8369758ad53 /src/or/include.am | |
parent | 22e9c647387509b44ff75e232aede360e3f87070 (diff) | |
download | tor-990184da4976f98365ca7d98762e91a66f1d3009.tar.gz tor-990184da4976f98365ca7d98762e91a66f1d3009.zip |
Extract rend_intro_point_t into its own header.
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am index 883366fc1c..ede01c79e4 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -279,6 +279,7 @@ ORHEADERS = \ src/or/rendcommon.h \ src/or/rendmid.h \ src/or/rendservice.h \ + src/or/rend_intro_point_st.h \ src/or/rend_service_descriptor_st.h \ src/or/rephist.h \ src/or/replaycache.h \ |