summaryrefslogtreecommitdiff
path: root/amiga/sslcert.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/sslcert.h')
-rw-r--r--amiga/sslcert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/amiga/sslcert.h b/amiga/sslcert.h
index e308f6231..b55cac8b6 100644
--- a/amiga/sslcert.h
+++ b/amiga/sslcert.h
@@ -19,5 +19,9 @@
#ifndef AMIGA_SSLCERT_H
#define AMIGA_SSLCERT_H
+void gui_cert_verify(nsurl *url,
+ const struct ssl_cert_info *certs, unsigned long num,
+ nserror (*cb)(bool proceed, void *pw), void *cbpw);
+
void ami_ssl_free(struct treeview_window *twin);
#endif