aboutsummaryrefslogtreecommitdiff
path: root/src/lib/evloop/workqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/evloop/workqueue.h')
-rw-r--r--src/lib/evloop/workqueue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/evloop/workqueue.h b/src/lib/evloop/workqueue.h
index 333a3f6dde..d0ee8f2be2 100644
--- a/src/lib/evloop/workqueue.h
+++ b/src/lib/evloop/workqueue.h
@@ -63,7 +63,6 @@ replyqueue_t *threadpool_get_replyqueue(threadpool_t *tp);
replyqueue_t *replyqueue_new(uint32_t alertsocks_flags);
void replyqueue_process(replyqueue_t *queue);
-struct event_base;
int threadpool_register_reply_event(threadpool_t *tp,
void (*cb)(threadpool_t *tp));