From 47a9cfe29e3bacec7dd254d402e676b4c1ab6899 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 29 Dec 2005 23:18:17 +0000 Subject: [project @ 2005-12-29 23:18:17 by rjw] Add URL expiry option. svn path=/import/netsurf/; revision=1903 --- 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 8e427620d..b63d21ce7 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -44,6 +44,7 @@ extern bool option_block_ads; extern int option_minimum_gif_delay; extern bool option_send_referer; extern bool option_animate_images; +extern int option_expire_url; void options_read(const char *path); void options_write(const char *path); -- cgit v1.2.3