freebsd-dev/contrib/unbound/daemon
Dag-Erling Smørgrav 04b59eac33 Numerous fixes to make Unbound compile cleanly:
- cast through void * to silence alignment warnings (presumably false
   positives resulting from poor API design)

 - constify a few function arguments

 - move prototypes for callbacks into a common header

 - now that the prototypes are in scope, fix instances of function
   definitions that don't match the prototype or what the caller
   actually passes

 - hide a conditionally unused global variable behind the same #ifdef
   that controls its use

Approved by:	re (blanket)
2013-09-15 00:36:18 +00:00
..
acl_list.c
acl_list.h
cachedump.c Numerous fixes to make Unbound compile cleanly: 2013-09-15 00:36:18 +00:00
cachedump.h
daemon.c
daemon.h
remote.c Numerous fixes to make Unbound compile cleanly: 2013-09-15 00:36:18 +00:00
remote.h Numerous fixes to make Unbound compile cleanly: 2013-09-15 00:36:18 +00:00
stats.c
stats.h
unbound.c Numerous fixes to make Unbound compile cleanly: 2013-09-15 00:36:18 +00:00
worker.c Numerous fixes to make Unbound compile cleanly: 2013-09-15 00:36:18 +00:00
worker.h Numerous fixes to make Unbound compile cleanly: 2013-09-15 00:36:18 +00:00