[Pkg-gnupg-commit] [gpgme] 19/62: cpp: Extend gpgmefw for tofuinfo and swdb query

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sat Nov 19 04:03:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gpgme.

commit 23979b9be5a6028e3e9cafc3aff632bc720b81f2
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Nov 4 12:24:34 2016 +0100

    cpp: Extend gpgmefw for tofuinfo and swdb query
    
    * lang/cpp/src/gpgmefw.h (gpgme_tofu_info_t)
    (gpgme_query_swdb_result_t): New forwards.
---
 lang/cpp/src/gpgmefw.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lang/cpp/src/gpgmefw.h b/lang/cpp/src/gpgmefw.h
index cbdd444..e3c9b18 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__

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list