summaryrefslogtreecommitdiff
path: root/amiga/sslcert.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-14 23:31:54 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-14 23:31:54 +0000
commit0075eab1949e4de071b3649c68ba402b8ffce6fb (patch)
tree9eddbda0fba82159038811dcfff763285ccde925 /amiga/sslcert.h
parent667d4a0a4938e1bfe54eb5b56cd4313b6579534d (diff)
downloadnetsurf-0075eab1949e4de071b3649c68ba402b8ffce6fb.tar.gz
netsurf-0075eab1949e4de071b3649c68ba402b8ffce6fb.tar.bz2
move remaining gui operations to table
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