summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-01 16:02:33 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-01 16:02:33 -0400
commit518ebe14dcc7568da353c4c517039d0c621deb28 (patch)
treeb77afd99a606c8ec5f4c216e7341b3d79f6a15c2 /src
parent8d562c040ff46da0b05df9aff7294e854238b263 (diff)
downloadtor-518ebe14dcc7568da353c4c517039d0c621deb28.tar.gz
tor-518ebe14dcc7568da353c4c517039d0c621deb28.zip
fixup! Extract or_options_t from or.h
Diffstat (limited to 'src')
-rw-r--r--src/or/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am
index 5475ea17e5..9b5f7c1f60 100644
--- a/src/or/include.am
+++ b/src/or/include.am
@@ -275,6 +275,7 @@ ORHEADERS = \
src/or/or_connection_st.h \
src/or/or_handshake_certs_st.h \
src/or/or_handshake_state_st.h \
+ src/or/or_options_st.h \
src/or/or_state_st.h \
src/or/origin_circuit_st.h \
src/or/transports.h \