diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 10:59:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 12:21:52 -0400 |
commit | 31897a256c129c12c5a406e630d0d4aaeb7728fd (patch) | |
tree | 568a062eddcad53272ca1d6156985a7d69828175 /src/common/include.am | |
parent | 080069c7b37d398447fe63bb3941d4412587978c (diff) | |
download | tor-31897a256c129c12c5a406e630d0d4aaeb7728fd.tar.gz tor-31897a256c129c12c5a406e630d0d4aaeb7728fd.zip |
Extract socks5_status_t
I'm not sure of the best place to put this header long-term, since
both or/*.c and tools/tor-resolve.c use it.
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am index 9bc9bb65bd..899e76364f 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -54,6 +54,7 @@ COMMONHEADERS = \ src/common/compat_libevent.h \ src/common/handles.h \ src/common/procmon.h \ + src/common/socks5_status.h \ src/common/timers.h \ src/common/token_bucket.h \ src/common/util.h \ |