diff options
author | teor <teor@torproject.org> | 2019-10-24 10:00:47 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-24 10:00:47 +1000 |
commit | 20606b8a15483b1709dac48fd44f758e292607b8 (patch) | |
tree | 74aec1e696fe6e5eb32e7a8d8251d812e4541865 /src/feature/client/proxymode.h | |
parent | 9586ae178a38436e07278f141801208c04b37191 (diff) | |
parent | 931a5db2a7ded73ddd72cb6646b506d49782f3ec (diff) | |
download | tor-20606b8a15483b1709dac48fd44f758e292607b8.tar.gz tor-20606b8a15483b1709dac48fd44f758e292607b8.zip |
Merge remote-tracking branch 'tor-github/pr/1447'
Diffstat (limited to 'src/feature/client/proxymode.h')
-rw-r--r-- | src/feature/client/proxymode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/client/proxymode.h b/src/feature/client/proxymode.h index f8352922c7..770a519155 100644 --- a/src/feature/client/proxymode.h +++ b/src/feature/client/proxymode.h @@ -14,4 +14,4 @@ int proxy_mode(const or_options_t *options); -#endif +#endif /* !defined(TOR_PROXYMODE_H) */ |