diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 12:12:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 12:12:15 -0400 |
commit | 7d2d131afad17375a7e04086082568903d5335d2 (patch) | |
tree | 9e2e792edbf29bdb3b434be844cde2aa0cd25b29 /src/or/include.am | |
parent | d51de7731107ee6911c0c849260705ba9b1c3673 (diff) | |
download | tor-7d2d131afad17375a7e04086082568903d5335d2.tar.gz tor-7d2d131afad17375a7e04086082568903d5335d2.zip |
Extract tor_version_t into its own header.
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/include.am b/src/or/include.am index e38013f02b..618ffacd03 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -260,7 +260,7 @@ ORHEADERS = \ src/or/or_handshake_state_st.h \ src/or/origin_circuit_st.h \ src/or/transports.h \ - src/or/parsecommon.h \ + src/or/parsecommon.h \ src/or/periodic.h \ src/or/port_cfg_st.h \ src/or/policies.h \ @@ -294,6 +294,7 @@ ORHEADERS = \ src/or/status.h \ src/or/torcert.h \ src/or/tor_api_internal.h \ + src/or/tor_version_st.h \ src/or/voting_schedule.h # We add the headers of the modules even though they are disabled so we can |