Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/297236ae0ca2e7cab8849242286c57efbb9c1750
...commit
http://git.netsurf-browser.org/netsurf.git/commit/297236ae0ca2e7cab8849242286c57efbb9c1750
...tree
http://git.netsurf-browser.org/netsurf.git/tree/297236ae0ca2e7cab8849242286c57efbb9c1750
The branch, master has been updated
via 297236ae0ca2e7cab8849242286c57efbb9c1750 (commit)
from 77ae1ed7581e80691fc9e5bafd910a3f36a7d12a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=297236ae0ca2e7cab8849242286c57efbb9c1750
commit 297236ae0ca2e7cab8849242286c57efbb9c1750
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
RISC OS: Use `struct nsurl`.
diff --git a/frontends/riscos/gui.h b/frontends/riscos/gui.h
index b308c00..5026629 100644
--- a/frontends/riscos/gui.h
+++ b/frontends/riscos/gui.h
@@ -136,7 +136,7 @@ extern struct gui_download_table *riscos_download_table;
/* in 401login.c */
void ro_gui_401login_init(void);
-void gui_401login_open(nsurl *url, const char *realm,
+void gui_401login_open(struct nsurl *url, const char *realm,
const char *username, const char *password,
nserror (*cb)(const char *username,
const char *password,
-----------------------------------------------------------------------
Summary of changes:
frontends/riscos/gui.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontends/riscos/gui.h b/frontends/riscos/gui.h
index b308c00..5026629 100644
--- a/frontends/riscos/gui.h
+++ b/frontends/riscos/gui.h
@@ -136,7 +136,7 @@ extern struct gui_download_table *riscos_download_table;
/* in 401login.c */
void ro_gui_401login_init(void);
-void gui_401login_open(nsurl *url, const char *realm,
+void gui_401login_open(struct nsurl *url, const char *realm,
const char *username, const char *password,
nserror (*cb)(const char *username,
const char *password,
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org