aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-11-04 11:24:34 +0000
committerAndre Heinecke <[email protected]>2016-11-04 11:26:29 +0000
commit23979b9be5a6028e3e9cafc3aff632bc720b81f2 (patch)
treed969b965ecd0f303078084716d43c2b81375a6ad
parentw32: Fix locating gpgconf on 64 bit systems. (diff)
downloadgpgme-23979b9be5a6028e3e9cafc3aff632bc720b81f2.tar.gz
gpgme-23979b9be5a6028e3e9cafc3aff632bc720b81f2.zip
cpp: Extend gpgmefw for tofuinfo and swdb query
* lang/cpp/src/gpgmefw.h (gpgme_tofu_info_t) (gpgme_query_swdb_result_t): New forwards.
-rw-r--r--lang/cpp/src/gpgmefw.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/cpp/src/gpgmefw.h b/lang/cpp/src/gpgmefw.h
index cbdd444f..e3c9b184 100644
--- a/lang/cpp/src/gpgmefw.h
+++ b/lang/cpp/src/gpgmefw.h
@@ -67,4 +67,10 @@ typedef struct gpgme_conf_comp *gpgme_conf_comp_t;
struct gpgme_conf_arg;
typedef struct gpgme_conf_arg *gpgme_conf_arg_t;
+struct _gpgme_tofu_info;
+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;
+
#endif // __GPGMEPP_GPGMEFW_H__