summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2006-03-14 14:21:01 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2006-03-14 14:21:01 +0000
commit40260f177a5c43441b2f0f3e0171639f104e953f (patch)
tree089d8b3b98c800fd6aed519ef4729845eea50dfc /desktop/options.h
parent63a70da244cdc9ce051cfbb38bf0443f2bd86121 (diff)
downloadnetsurf-40260f177a5c43441b2f0f3e0171639f104e953f.tar.gz
netsurf-40260f177a5c43441b2f0f3e0171639f104e953f.tar.bz2
[project @ 2006-03-14 14:21:00 by dsilvers]
Multi-parallel fetch. Needs documenting, works in basic GTK tests, makes things way faster on GTK port. Needs testing on RO and in general more testing is good. svn path=/import/netsurf/; revision=2127
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/options.h b/desktop/options.h
index 49d956a0d..2ae805618 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -50,6 +50,12 @@ extern char *option_ca_bundle;
extern char *option_cookie_file;
extern char *option_cookie_jar;
+/* Fetcher configuration. */
+extern int option_max_fetchers;
+extern int option_max_fetchers_per_host;
+extern int option_max_cached_fetch_handles;
+
+
void options_read(const char *path);
void options_write(const char *path);
void options_dump(void);