summaryrefslogtreecommitdiff
path: root/src/or/dnsserv.h
AgeCommit message (Collapse)Author
2010-07-27Split headers for dnsserv.c functions out of or.hSebastian Hahn
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).