summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/gui.c')
-rw-r--r--framebuffer/gui.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index e691bebdb..d13e9a300 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -1425,9 +1425,11 @@ void gui_launch_url(const char *url)
{
}
-void gui_cert_verify(struct browser_window *bw, struct 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);
}
/*