diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:41:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:41:27 -0400 |
commit | 7dbe504f3e527ed5c266a43380eeec1a82914cc2 (patch) | |
tree | 89357b09d96592308e7d1c93e3f681b40be43fce /src/or/include.am | |
parent | 3191ba389d12146b786ffd8af842a80e58c8c802 (diff) | |
download | tor-7dbe504f3e527ed5c266a43380eeec1a82914cc2.tar.gz tor-7dbe504f3e527ed5c266a43380eeec1a82914cc2.zip |
Move hsdir_index_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 06e61e00d0..af525f35cf 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -252,6 +252,7 @@ ORHEADERS = \ src/or/hs_ntor.h \ src/or/hs_stats.h \ src/or/hs_service.h \ + src/or/hsdir_index_st.h \ src/or/keypin.h \ src/or/listener_connection_st.h \ src/or/main.h \ |