summaryrefslogtreecommitdiff
path: root/src/or/dns.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-03-29 19:57:50 +0000
committerRoger Dingledine <arma@torproject.org>2004-03-29 19:57:50 +0000
commit7118c6177d2bdcb9950a9ff991e422ffc6baff72 (patch)
tree6c4c7b096e1d6dc8709bb3bd22b4b5b31e9b6bc3 /src/or/dns.c
parent155c777a84e7059ac25084a45d5358811ba1ae5e (diff)
downloadtor-7118c6177d2bdcb9950a9ff991e422ffc6baff72.tar.gz
tor-7118c6177d2bdcb9950a9ff991e422ffc6baff72.zip
clean up a few more bugs
svn:r1365
Diffstat (limited to 'src/or/dns.c')
-rw-r--r--src/or/dns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index abf08df79c..4c4ea7a66e 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -10,6 +10,8 @@
#include "or.h"
#include "tree.h"
+extern or_options_t options; /* command-line and config-file options */
+
#define MAX_ADDRESSLEN 256
#define MAX_DNSWORKERS 50