diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-18 14:09:51 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-18 14:09:51 -0400 |
commit | 57bfc74ff4ec4c2980b2330f2badc54a8990842d (patch) | |
tree | 81bffba3be5c8037a5064ec5d49cf243130697fb /src/HTAlert.h | |
parent | fb4db89ab1d82336978b68a66532da971702e2fb (diff) | |
download | lynx-snapshots-57bfc74ff4ec4c2980b2330f2badc54a8990842d.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-36
Diffstat (limited to 'src/HTAlert.h')
-rw-r--r-- | src/HTAlert.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/HTAlert.h b/src/HTAlert.h index 73013918..ec1d2397 100644 --- a/src/HTAlert.h +++ b/src/HTAlert.h @@ -64,6 +64,8 @@ extern char * HTPromptPassword PARAMS((CONST char * Msg)); ** *username and ** *password are char pointers; they are changed ** to point to result strings. +** IsProxy should be TRUE if this is for +** proxy authentication. ** ** If *username is not NULL, it is taken ** to point to a default value. @@ -79,7 +81,8 @@ extern char * HTPromptPassword PARAMS((CONST char * Msg)); extern void HTPromptUsernameAndPassword PARAMS(( CONST char * Msg, char ** username, - char ** password)); + char ** password, + BOOL IsProxy)); /* Confirm a cookie operation. HTConfirmCookie() |