From e2d00191195ad9be6d74a6c398461d13353cd2bc Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 27 Jun 2007 16:27:52 +0000 Subject: Add option_suppress_curl_debug and default it to true svn path=/trunk/netsurf/; revision=3373 --- desktop/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/options.h') diff --git a/desktop/options.h b/desktop/options.h index 8ecc0c407..007605469 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -73,6 +73,7 @@ extern int option_toolbar_status_width; extern int option_max_fetchers; extern int option_max_fetchers_per_host; extern int option_max_cached_fetch_handles; +extern bool option_suppress_curl_debug; void options_read(const char *path); -- cgit v1.2.3