diff options
Diffstat (limited to 'WWW/Library/Implementation/HTAccess.h')
-rw-r--r-- | WWW/Library/Implementation/HTAccess.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTAccess.h b/WWW/Library/Implementation/HTAccess.h index 3aa9c6d9..b898535c 100644 --- a/WWW/Library/Implementation/HTAccess.h +++ b/WWW/Library/Implementation/HTAccess.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTAccess.h,v 1.20 2008/01/03 00:24:16 tom Exp $ + * $LynxId: HTAccess.h,v 1.21 2019/08/23 23:51:45 tom Exp $ * HTAccess: Access manager for libwww * ACCESS MANAGER * @@ -24,6 +24,7 @@ extern "C" { #endif extern char *use_this_url_instead; + extern int redirection_limit; extern int redirection_attempts; /* Return codes from load routines: |