summaryrefslogtreecommitdiffstats
path: root/contrib/unbound
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2014-05-27 23:39:28 +0000
committerdes <des@FreeBSD.org>2014-05-27 23:39:28 +0000
commit702c9d2a00d68b2091fc359f74215fad443040f0 (patch)
tree47f5a87af66649c5c10fd26b300f62b7430c2758 /contrib/unbound
parent4f5a7f9d9b43f4c238b379d595cc141bf0fae12c (diff)
downloadFreeBSD-src-702c9d2a00d68b2091fc359f74215fad443040f0.zip
FreeBSD-src-702c9d2a00d68b2091fc359f74215fad443040f0.tar.gz
Move libworker_event_done_cb() from libworker.h to worker.h.
Diffstat (limited to 'contrib/unbound')
-rw-r--r--contrib/unbound/libunbound/libworker.h4
-rw-r--r--contrib/unbound/libunbound/worker.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/unbound/libunbound/libworker.h b/contrib/unbound/libunbound/libworker.h
index 59087ba..0103b5d 100644
--- a/contrib/unbound/libunbound/libworker.h
+++ b/contrib/unbound/libunbound/libworker.h
@@ -136,10 +136,6 @@ void libworker_delete_event(struct libworker* w);
/** cleanup the cache to remove all rrset IDs from it, arg is libworker */
void libworker_alloc_cleanup(void* arg);
-/** mesh callback with event results */
-void libworker_event_done_cb(void* arg, int rcode, struct sldns_buffer* buf,
- enum sec_status s, char* why_bogus);
-
/**
* fill result from parsed message, on error fills servfail
* @param res: is clear at start, filled in at end.
diff --git a/contrib/unbound/libunbound/worker.h b/contrib/unbound/libunbound/worker.h
index f6c9389..d8354c6 100644
--- a/contrib/unbound/libunbound/worker.h
+++ b/contrib/unbound/libunbound/worker.h
@@ -91,6 +91,10 @@ void libworker_fg_done_cb(void* arg, int rcode, sldns_buffer* buf,
void libworker_bg_done_cb(void* arg, int rcode, sldns_buffer* buf,
enum sec_status s, char* why_bogus);
+/** mesh callback with event results */
+void libworker_event_done_cb(void* arg, int rcode, struct sldns_buffer* buf,
+ enum sec_status s, char* why_bogus);
+
/**
* Worker signal handler function. User argument is the worker itself.
* @param sig: signal number.
OpenPOWER on IntegriCloud