diff options
author | Roger Dingledine <arma@torproject.org> | 2004-12-22 05:29:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-12-22 05:29:06 +0000 |
commit | cf17d0d29c9526a0e9b6631693eb2bf0479e655c (patch) | |
tree | f2da64c5808b3120b5422d6e4948f73775976f92 /src/or/or.h | |
parent | 036384fd8eaf83354ed59abec1c9816abd82528c (diff) | |
download | tor-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.h | 1 |
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[]); |