diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-14 16:19:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-14 16:19:11 -0400 |
commit | 6896ab28b29f614f774fa39145d36586d14d1f22 (patch) | |
tree | a05b78933be7de5d3b6b326787f5f0f2c4a12ac1 /src/or/include.am | |
parent | 945d871da54e6038fdabaf3b78a7a55b290ab6aa (diff) | |
download | tor-6896ab28b29f614f774fa39145d36586d14d1f22.tar.gz tor-6896ab28b29f614f774fa39145d36586d14d1f22.zip |
Move entry_port_cfg_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 0e2aac4aae..c38e677a61 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -210,6 +210,7 @@ ORHEADERS = \ src/or/dns_structs.h \ src/or/dnsserv.h \ src/or/dos.h \ + src/or/entry_port_cfg_st.h \ src/or/ext_orport.h \ src/or/fallback_dirs.inc \ src/or/fp_pair.h \ |