From aa45b35f43e2b00529a028739dabd07e84b9bf5f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 16 Apr 2010 20:15:54 +0000 Subject: Sync Windows frontend with core changes. svn path=/trunk/netsurf/; revision=10409 --- windows/gui.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'windows/gui.c') diff --git a/windows/gui.c b/windows/gui.c index ab36d92dd..047b2b9be 100644 --- a/windows/gui.c +++ b/windows/gui.c @@ -2274,13 +2274,14 @@ void gui_launch_url(const char *url) { } -void gui_cert_verify(struct browser_window *bw, hlcache_handle *c, - const struct ssl_cert_info *certs, unsigned long num) +void gui_cert_verify(const char *url, const struct ssl_cert_info *certs, + unsigned long num, + nserror (*cb)(bool proceed, void *pw), void *cbpw) { + cb(false, cbpw); } - static void *myrealloc(void *ptr, size_t len, void *pw) { return realloc(ptr, len); -- cgit v1.2.3