Atari: gui_401login_open returns nserror now.

This commit is contained in:
Michael Drake 2018-08-15 08:41:03 +01:00
parent cd0309fa83
commit 423b04d406

View File

@ -766,7 +766,7 @@ static void gui_set_clipboard(const char *buffer, size_t length,
}
}
static void gui_401login_open(nsurl *url, const char *realm,
static nserror gui_401login_open(nsurl *url, const char *realm,
const char *username, const char *password,
nserror (*cb)(const char *username,
const char *password,
@ -791,6 +791,8 @@ static void gui_401login_open(nsurl *url, const char *realm,
if (p_out != NULL) {
free(p_out);
}
return NSERROR_OK;
}
static nserror