diff options
Diffstat (limited to 'src/common/workqueue.h')
-rw-r--r-- | src/common/workqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/workqueue.h b/src/common/workqueue.h index aa8620ddb7..aa1bcc518a 100644 --- a/src/common/workqueue.h +++ b/src/common/workqueue.h @@ -28,7 +28,7 @@ workqueue_entry_t *threadpool_queue_work(threadpool_t *pool, void (*reply_fn)(void *), void *arg); int threadpool_queue_for_all(threadpool_t *pool, - void *(*dup_fn)(const void *), + void *(*dup_fn)(void *), int (*fn)(void *, void *), void (*reply_fn)(void *), void *arg); |