diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-03 09:26:29 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-03 09:26:29 +0300 |
commit | 922ad3220909b7314ca629949b44d7d3aa0336b2 (patch) | |
tree | 7e049981dd15e896d10d44b443228f00425b1a6f /src/gmrequest.h | |
parent | e4681eca785d1b090da2d26dc2a0e32abf0217b9 (diff) |
Working on server certificates
Diffstat (limited to 'src/gmrequest.h')
-rw-r--r-- | src/gmrequest.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gmrequest.h b/src/gmrequest.h index 270f976a..37f324eb 100644 --- a/src/gmrequest.h +++ b/src/gmrequest.h | |||
@@ -16,6 +16,13 @@ iDeclareAudienceGetter(GmRequest, finished) | |||
16 | void setUrl_GmRequest (iGmRequest *, const iString *url); | 16 | void setUrl_GmRequest (iGmRequest *, const iString *url); |
17 | void submit_GmRequest (iGmRequest *); | 17 | void submit_GmRequest (iGmRequest *); |
18 | 18 | ||
19 | enum iGmRequestCertification { | ||
20 | notApplicable_GmRequestCertification, | ||
21 | invalid_GmRequestCertification, | ||
22 | valid_GmRequestCertification, | ||
23 | expired_GmRequestCertification, | ||
24 | }; | ||
25 | |||
19 | iBool isFinished_GmRequest (const iGmRequest *); | 26 | iBool isFinished_GmRequest (const iGmRequest *); |
20 | enum iGmStatusCode status_GmRequest (const iGmRequest *); | 27 | enum iGmStatusCode status_GmRequest (const iGmRequest *); |
21 | const iString * meta_GmRequest (const iGmRequest *); | 28 | const iString * meta_GmRequest (const iGmRequest *); |