Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/58240e4967129214c82b2592be1391c41f653994
...commit
http://git.netsurf-browser.org/netsurf.git/commit/58240e4967129214c82b2592be1391c41f653994
...tree
http://git.netsurf-browser.org/netsurf.git/tree/58240e4967129214c82b2592be1391c41f653994
The branch, master has been updated
via 58240e4967129214c82b2592be1391c41f653994 (commit)
from d9dacf9bb2ef38faa602e73911227a9db721f1bf (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=58240e4967129214c82b2592be1391c41f653994
commit 58240e4967129214c82b2592be1391c41f653994
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Haiku: Remove extraneous `void`.
diff --git a/frontends/beos/gui.h b/frontends/beos/gui.h
index 35f3134..14535bc 100644
--- a/frontends/beos/gui.h
+++ b/frontends/beos/gui.h
@@ -35,7 +35,7 @@ extern bool nsbeos_done;
extern bool replicated;
int gui_init_replicant(int argc, char** argv);
-extern "C" void nserror gui_401login_open(nsurl *url, const char *realm,
+extern "C" nserror gui_401login_open(nsurl *url, const char *realm,
const char *username, const char *password,
nserror (*cb)(const char *username,
const char *password,
-----------------------------------------------------------------------
Summary of changes:
frontends/beos/gui.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontends/beos/gui.h b/frontends/beos/gui.h
index 35f3134..14535bc 100644
--- a/frontends/beos/gui.h
+++ b/frontends/beos/gui.h
@@ -35,7 +35,7 @@ extern bool nsbeos_done;
extern bool replicated;
int gui_init_replicant(int argc, char** argv);
-extern "C" void nserror gui_401login_open(nsurl *url, const char *realm,
+extern "C" nserror gui_401login_open(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