summaryrefslogtreecommitdiff
path: root/lib/pullwr.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pullwr.h')
-rw-r--r--lib/pullwr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/pullwr.h b/lib/pullwr.h
index 8a028b9096..fee4c9cd6b 100644
--- a/lib/pullwr.h
+++ b/lib/pullwr.h
@@ -45,10 +45,10 @@ struct pullwr;
* and released with pullwr_del(). This can be done from inside the callback,
* the pullwr code holds no more references on it when calling err().
*/
-extern struct pullwr *_pullwr_new(struct thread_master *tm, int fd,
- void *arg,
- void (*fill)(void *, struct pullwr *),
- void (*err)(void *, struct pullwr *, bool eof));
+extern struct pullwr *_pullwr_new(struct event_master *tm, int fd, void *arg,
+ void (*fill)(void *, struct pullwr *),
+ void (*err)(void *, struct pullwr *,
+ bool eof));
extern void pullwr_del(struct pullwr *pullwr);
/* type-checking wrapper. makes sure fill() and err() take a first argument