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 /WWW/Library/Implementation/HTAlert.c | |
parent | fb4db89ab1d82336978b68a66532da971702e2fb (diff) | |
download | lynx-snapshots-57bfc74ff4ec4c2980b2330f2badc54a8990842d.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-36
Diffstat (limited to 'WWW/Library/Implementation/HTAlert.c')
-rw-r--r-- | WWW/Library/Implementation/HTAlert.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTAlert.c b/WWW/Library/Implementation/HTAlert.c index 769db178..799db6cb 100644 --- a/WWW/Library/Implementation/HTAlert.c +++ b/WWW/Library/Implementation/HTAlert.c @@ -113,9 +113,10 @@ PUBLIC char * HTPromptPassword ARGS1(CONST char *, Msg) ** are NOT freed. ** */ -PUBLIC void HTPromptUsernameAndPassword ARGS3(CONST char *, Msg, +PUBLIC void HTPromptUsernameAndPassword ARGS4(CONST char *, Msg, char **, username, - char **, password) + char **, password, + BOOL, IsProxy) { if (Msg) fprintf(stderr, "WWW: %s\n", Msg); |