diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:58:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:58:43 -0400 |
commit | f85d731e3af16e72682f68be4f598f08ed227618 (patch) | |
tree | 727452686f998e183a88ce70254ddb97caaed44e /src/or/include.am | |
parent | 03fc83ab6da6b73b930e422c57089ad5a4907c83 (diff) | |
download | tor-f85d731e3af16e72682f68be4f598f08ed227618.tar.gz tor-f85d731e3af16e72682f68be4f598f08ed227618.zip |
Extract download_status_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 cb9f4994e4..c28e95f052 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -217,6 +217,7 @@ ORHEADERS = \ src/or/dir_connection_st.h \ src/or/dir_server_st.h \ src/or/document_signature_st.h \ + src/or/download_status_st.h \ src/or/dns.h \ src/or/dns_structs.h \ src/or/dnsserv.h \ |