diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-29 13:02:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-29 13:02:50 -0400 |
commit | 2e607ff51931b35ee531fa60b83487b3f4f944a7 (patch) | |
tree | 005f66b245b8afadf2106dff94491610bfb81473 /src/common/sandbox.h | |
parent | a0be2f1350bf4974a9655421c3b30ba87a7b2279 (diff) | |
parent | e1a25f0c3602e007872277ef9ab437cc97cfd47b (diff) | |
download | tor-2e607ff51931b35ee531fa60b83487b3f4f944a7.tar.gz tor-2e607ff51931b35ee531fa60b83487b3f4f944a7.zip |
Merge remote-tracking branch 'origin/maint-0.2.5'
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r-- | src/common/sandbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/sandbox.h b/src/common/sandbox.h index 095d8d47f4..ddb2be5695 100644 --- a/src/common/sandbox.h +++ b/src/common/sandbox.h @@ -176,5 +176,7 @@ int sandbox_init(sandbox_cfg_t* cfg); /** Return true iff the sandbox is turned on. */ int sandbox_is_active(void); +void sandbox_disable_getaddrinfo_cache(void); + #endif /* SANDBOX_H_ */ |