freebsd-dev/contrib/unbound/libunbound
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
..
python
context.c
context.h
libunbound.c
libworker.c Numerous fixes to make Unbound compile cleanly: 2013-09-15 00:36:18 +00:00
libworker.h Numerous fixes to make Unbound compile cleanly: 2013-09-15 00:36:18 +00:00
ubsyms.def
unbound.h
worker.h Numerous fixes to make Unbound compile cleanly: 2013-09-15 00:36:18 +00:00