summaryrefslogtreecommitdiff
path: root/frontends/monkey/cert.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/monkey/cert.h')
-rw-r--r--frontends/monkey/cert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/monkey/cert.h b/frontends/monkey/cert.h
index 283817f3d..4470e2e72 100644
--- a/frontends/monkey/cert.h
+++ b/frontends/monkey/cert.h
@@ -21,7 +21,7 @@
struct ssl_cert_info;
-void gui_cert_verify(nsurl *url, const struct ssl_cert_info *certs,
+nserror gui_cert_verify(nsurl *url, const struct ssl_cert_info *certs,
unsigned long num, nserror (*cb)(bool proceed, void *pw),
void *cbpw);