cpp: Extend gpgmefw for tofuinfo and swdb query
* lang/cpp/src/gpgmefw.h (gpgme_tofu_info_t) (gpgme_query_swdb_result_t): New forwards.
This commit is contained in:
parent
df08a0ca3f
commit
23979b9be5
@ -67,4 +67,10 @@ typedef struct gpgme_conf_comp *gpgme_conf_comp_t;
|
|||||||
struct gpgme_conf_arg;
|
struct gpgme_conf_arg;
|
||||||
typedef struct gpgme_conf_arg *gpgme_conf_arg_t;
|
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__
|
#endif // __GPGMEPP_GPGMEFW_H__
|
||||||
|
Loading…
Reference in New Issue
Block a user