diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:37:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:37:05 -0400 |
commit | 3191ba389d12146b786ffd8af842a80e58c8c802 (patch) | |
tree | 2508677458946fe1fbffe216993b1201168a3678 /src/or/include.am | |
parent | fde868ffe3ace818d67374858c54418296a62e79 (diff) | |
download | tor-3191ba389d12146b786ffd8af842a80e58c8c802.tar.gz tor-3191ba389d12146b786ffd8af842a80e58c8c802.zip |
Move extend_info_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 ec8e275562..06e61e00d0 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -230,6 +230,7 @@ ORHEADERS = \ src/or/entry_connection_st.h \ src/or/entry_port_cfg_st.h \ src/or/ext_orport.h \ + src/or/extend_info_st.h \ src/or/extrainfo_st.h \ src/or/fallback_dirs.inc \ src/or/fp_pair.h \ |