summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-02-12 13:36:12 +0000
committerVincent Sanders <vince@kyllikki.org>2016-02-12 13:37:50 +0000
commit5d3c38a704e2e13fae7ed93e9029fa4543c8525b (patch)
treeb416edf65013ec3717879537b07ae9080d41c204 /content/fetch.c
parenta1e79a8ff60682915e963b845c495a4690ce68db (diff)
downloadnetsurf-5d3c38a704e2e13fae7ed93e9029fa4543c8525b.tar.gz
netsurf-5d3c38a704e2e13fae7ed93e9029fa4543c8525b.tar.bz2
remove reliance on GLib from monkey frontend
This changes the monkey implemntation to use a simple scheduler list and select instead of glib events.
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetch.c b/content/fetch.c
index 2307676d3..47e6fc88e 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -379,7 +379,7 @@ fetcher_add(lwc_string *scheme, const struct fetcher_operation_table *ops)
return NSERROR_OK;
}
-/* exported interface documented in content/fetch.h */
+/* exported interface documented in content/fetchers.h */
nserror fetcher_fdset(fd_set *read_fd_set,
fd_set *write_fd_set,
fd_set *except_fd_set,