]> git.ipfire.org Git - thirdparty/tor.git/commit
Split headers for dnsserv.c functions out of or.h
authorSebastian Hahn <sebastian@torproject.org>
Wed, 21 Jul 2010 10:26:18 +0000 (12:26 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Tue, 27 Jul 2010 05:56:25 +0000 (07:56 +0200)
commite69dc22f4ed323ed4e4c1537c48b70ca0007773a
treefb02c294a56b84a70f881914069877e2e0d52980
parent90d3260b4ab39e1c9041e3a55a2f175f9bbaba21
Split headers for dnsserv.c functions out of or.h

The next series of commits begins addressing the issue that we're
currently including the complete or.h file in all of our source files.
To change that, we're splitting function definitions into new header
files (one header file per source file).
src/or/connection.c
src/or/connection_edge.c
src/or/control.c
src/or/dnsserv.c
src/or/dnsserv.h [new file with mode: 0644]
src/or/geoip.c
src/or/main.c
src/or/or.h