diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:21:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:21:25 -0400 |
commit | 00f1d1653e4ff703cfbcf82060b229ca8a39030d (patch) | |
tree | 1f53a2395b9f832d05893b86f651f40db33bc525 /src/or/include.am | |
parent | 1e4e9db8157e8691327fe9ee9de5df6fe9891040 (diff) | |
download | tor-00f1d1653e4ff703cfbcf82060b229ca8a39030d.tar.gz tor-00f1d1653e4ff703cfbcf82060b229ca8a39030d.zip |
Extract extrainfo_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 e73432d3cf..afacd7772f 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -225,6 +225,7 @@ ORHEADERS = \ src/or/entry_connection_st.h \ src/or/entry_port_cfg_st.h \ src/or/ext_orport.h \ + src/or/extrainfo_st.h \ src/or/fallback_dirs.inc \ src/or/fp_pair.h \ src/or/geoip.h \ |