summaryrefslogtreecommitdiff
path: root/frontends/amiga/sslcert.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/sslcert.h')
-rw-r--r--frontends/amiga/sslcert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/sslcert.h b/frontends/amiga/sslcert.h
index 4718e754c..392989f02 100644
--- a/frontends/amiga/sslcert.h
+++ b/frontends/amiga/sslcert.h
@@ -33,6 +33,6 @@ struct ssl_cert_info;
*/
nserror ami_cert_verify(struct nsurl *url,
const struct ssl_cert_info *certs, unsigned long num,
- nserror (*cb)(bool proceed, void *pw), void *cbpw);
+ nserror (*cb)(bool proceed, void *pw), void *cbpw);
#endif