From 47ccd9855db44881339e68093655247a78fd8598 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 27 Jun 2016 21:09:39 +0100 Subject: Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal but better --- content/fetch.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'content/fetch.c') diff --git a/content/fetch.c b/content/fetch.c index decb261a7..11adf9cf4 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -379,8 +379,9 @@ fetcher_add(lwc_string *scheme, const struct fetcher_operation_table *ops) return NSERROR_OK; } -/* exported interface documented in content/fetchers.h */ -nserror fetcher_fdset(fd_set *read_fd_set, +/* exported interface documented in content/fetch.h */ +nserror +fetch_fdset(fd_set *read_fd_set, fd_set *write_fd_set, fd_set *except_fd_set, int *maxfd_out) -- cgit v1.2.3