History log of /freebsd-current/contrib/unbound/libunbound/libworker.h
Revision Date Author Comments
# d8229aaf 27-May-2014 Dag-Erling Smørgrav <des@FreeBSD.org>

Move libworker_event_done_cb() from libworker.h to worker.h.


# 8a9587d7 14-Sep-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Move more prototypes around, and remove one that wasn't used.

Approved by: re (blanket)


# 04b59eac 14-Sep-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

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)