diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:07:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:07:17 -0400 |
commit | b8ae4111e38bc9cf6ac395b78601c150f710936f (patch) | |
tree | f142d43b31b5e18e2dc2dc7a6c90cfd795b73da5 /src/or/include.am | |
parent | 62315dab8420e44d8d469f858e88b7b4fe384122 (diff) | |
download | tor-b8ae4111e38bc9cf6ac395b78601c150f710936f.tar.gz tor-b8ae4111e38bc9cf6ac395b78601c150f710936f.zip |
Extract desc_store_t and routerlist_t into their own headers.
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am index 7dcb725731..396cfea5ab 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -210,6 +210,7 @@ ORHEADERS = \ src/or/crypt_path_st.h \ src/or/crypt_path_reference_st.h \ src/or/cpuworker.h \ + src/or/desc_store_st.h \ src/or/directory.h \ src/or/dirserv.h \ src/or/dir_connection_st.h \ @@ -294,6 +295,7 @@ ORHEADERS = \ src/or/router.h \ src/or/routerkeys.h \ src/or/routerlist.h \ + src/or/routerlist_st.h \ src/or/routerkeys.h \ src/or/routerset.h \ src/or/routerparse.h \ |