diff options
Diffstat (limited to 'WWW/Library/Implementation/HTTP.h')
-rw-r--r-- | WWW/Library/Implementation/HTTP.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTTP.h b/WWW/Library/Implementation/HTTP.h index f10c2fce..f3ab7eb1 100644 --- a/WWW/Library/Implementation/HTTP.h +++ b/WWW/Library/Implementation/HTTP.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTTP.h,v 1.10 2009/04/07 22:44:50 tom Exp $ + * $LynxId: HTTP.h,v 1.11 2012/02/23 00:41:07 tom Exp $ * * /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTTP.html * HYPERTEXT TRANFER PROTOCOL @@ -25,6 +25,12 @@ extern "C" { #define URL_POST_METHOD 2 #define URL_MAIL_METHOD 3 + /* + * Special value for 'reloading' used to tell HTLoadDocument() that the + * user asked for a reload, versus Lynx doing a reload for other reasons. + */ +#define REAL_RELOAD (TRUE + 1) + extern int ws_read_per_sec; extern BOOLEAN reloading; extern char *redirecting_url; |