summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-12-22 05:29:06 +0000
committerRoger Dingledine <arma@torproject.org>2004-12-22 05:29:06 +0000
commitcf17d0d29c9526a0e9b6631693eb2bf0479e655c (patch)
treef2da64c5808b3120b5422d6e4948f73775976f92 /src/or/or.h
parent036384fd8eaf83354ed59abec1c9816abd82528c (diff)
downloadtor-cf17d0d29c9526a0e9b6631693eb2bf0479e655c.tar.gz
tor-cf17d0d29c9526a0e9b6631693eb2bf0479e655c.zip
move network_init from or/main to common/compat
call network_init in tor-resolve.c too move tor_lookup_hostname from common/util to common/compat svn:r3203
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 54f0d012ab..59bf131ce4 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1390,7 +1390,6 @@ int proxy_mode(or_options_t *options);
void handle_signals(int is_parent);
void tor_cleanup(void);
-int network_init(void);
int tor_main(int argc, char *argv[]);