summaryrefslogtreecommitdiff
path: root/frontends/beos
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-06-27 21:09:39 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-06-27 21:09:39 +0100
commit47ccd9855db44881339e68093655247a78fd8598 (patch)
tree521f29cf9f5bb7302c24b029ea56f835fc127bbe /frontends/beos
parent767b73f5c703e447a3041423ff220a88a7c0c569 (diff)
downloadnetsurf-47ccd9855db44881339e68093655247a78fd8598.tar.gz
netsurf-47ccd9855db44881339e68093655247a78fd8598.tar.bz2
Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal but better
Diffstat (limited to 'frontends/beos')
-rw-r--r--frontends/beos/gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/beos/gui.cpp b/frontends/beos/gui.cpp
index 0dcbd6b6e..93b304a5c 100644
--- a/frontends/beos/gui.cpp
+++ b/frontends/beos/gui.cpp
@@ -64,7 +64,7 @@ extern "C" {
#include "netsurf/browser_window.h"
#include "netsurf/cookie_db.h"
#include "netsurf/url_db.h"
-#include "content/fetchers.h"
+#include "content/fetch.h"
}
@@ -739,7 +739,7 @@ void nsbeos_gui_poll(void)
bigtime_t next_schedule = 0;
/* get any active fetcher fd */
- fetcher_fdset(&read_fd_set, &write_fd_set, &exc_fd_set, &max_fd);
+ fetch_fdset(&read_fd_set, &write_fd_set, &exc_fd_set, &max_fd);
/* run the scheduler */
schedule_run();