diff options
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); |