diff options
Diffstat (limited to 'src/gmcerts.h')
-rw-r--r-- | src/gmcerts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gmcerts.h b/src/gmcerts.h index 1990463c..a3df8f33 100644 --- a/src/gmcerts.h +++ b/src/gmcerts.h | |||
@@ -4,3 +4,5 @@ | |||
4 | 4 | ||
5 | iDeclareType(GmCerts) | 5 | iDeclareType(GmCerts) |
6 | iDeclareTypeConstructionArgs(GmCerts, const char *saveDir) | 6 | iDeclareTypeConstructionArgs(GmCerts, const char *saveDir) |
7 | |||
8 | iBool checkTrust_GmCerts (iGmCerts *, iRangecc domain, const iTlsCertificate *cert); | ||