From 31897a256c129c12c5a406e630d0d4aaeb7728fd Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 29 Jun 2018 10:59:23 -0400 Subject: 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. --- src/common/include.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/include.am') 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 \ -- cgit v1.2.3-54-g00ecf