move network_init from or/main to common/compat
commitcf17d0d29c9526a0e9b6631693eb2bf0479e655c
authorRoger Dingledine <arma@torproject.org>
Wed, 22 Dec 2004 05:29:06 +0000 (22 05:29 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 22 Dec 2004 05:29:06 +0000 (22 05:29 +0000)
treef2da64c5808b3120b5422d6e4948f73775976f92
parent036384fd8eaf83354ed59abec1c9816abd82528c
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
src/common/compat.c
src/common/compat.h
src/common/util.c
src/common/util.h
src/or/main.c
src/or/or.h
src/tools/tor-resolve.c