aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/gpgmefw.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/gpgmefw.h')
-rw-r--r--lang/cpp/src/gpgmefw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/cpp/src/gpgmefw.h b/lang/cpp/src/gpgmefw.h
index fdad7bf0..c6166d2c 100644
--- a/lang/cpp/src/gpgmefw.h
+++ b/lang/cpp/src/gpgmefw.h
@@ -75,4 +75,7 @@ typedef struct _gpgme_tofu_info *gpgme_tofu_info_t;
struct _gpgme_op_query_swdb_result;
typedef struct _gpgme_op_query_swdb_result *gpgme_query_swdb_result_t;
+struct _gpgme_revocation_key;
+typedef struct _gpgme_revocation_key *gpgme_revocation_key_t;
+
#endif // __GPGMEPP_GPGMEFW_H__