diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-30 15:31:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-02 09:51:03 -0400 |
commit | 8f362b7bce5ebbba5c8d79cf10c5ec42bbde1519 (patch) | |
tree | 262c3878d20a69bf0b2660ffbe673d92e9761fa9 /src/feature/rend/rendcommon.c | |
parent | 56e33f73f13110fe5eb255bf260a11c8a54d4267 (diff) | |
download | tor-8f362b7bce5ebbba5c8d79cf10c5ec42bbde1519.tar.gz tor-8f362b7bce5ebbba5c8d79cf10c5ec42bbde1519.zip |
Extract extend_info manipulation functions into a new file.
Diffstat (limited to 'src/feature/rend/rendcommon.c')
-rw-r--r-- | src/feature/rend/rendcommon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/rend/rendcommon.c b/src/feature/rend/rendcommon.c index 5d04755819..07cbeaa2f7 100644 --- a/src/feature/rend/rendcommon.c +++ b/src/feature/rend/rendcommon.c @@ -14,6 +14,7 @@ #include "core/or/circuitbuild.h" #include "core/or/circuitlist.h" #include "core/or/circuituse.h" +#include "core/or/extendinfo.h" #include "app/config/config.h" #include "feature/control/control_events.h" #include "lib/crypt_ops/crypto_rand.h" |