gpgmefw.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef __GPGMEPP_GPGMEFW_H__
00022 #define __GPGMEPP_GPGMEFW_H__
00023
00024 #ifndef HAVE_GPGME_0_4_BRANCH
00025 #error You need gpgme 0.4.x, x >= 4, to compile gpgme++
00026 #endif
00027
00028 struct gpgme_context;
00029 typedef gpgme_context * gpgme_ctx_t;
00030
00031 struct gpgme_data;
00032 typedef gpgme_data * gpgme_data_t;
00033
00034 struct gpgme_io_cbs;
00035
00036 struct _gpgme_key;
00037 typedef struct _gpgme_key * gpgme_key_t;
00038
00039 struct _gpgme_trust_item;
00040 typedef struct _gpgme_trust_item * gpgme_trust_item_t;
00041
00042 struct _gpgme_subkey;
00043 typedef struct _gpgme_subkey * gpgme_sub_key_t;
00044
00045 struct _gpgme_user_id;
00046 typedef struct _gpgme_user_id * gpgme_user_id_t;
00047
00048 struct _gpgme_key_sig;
00049 typedef struct _gpgme_key_sig * gpgme_key_sig_t;
00050
00051 struct _gpgme_sig_notation;
00052 typedef struct _gpgme_sig_notation * gpgme_sig_notation_t;
00053
00054 struct _gpgme_engine_info;
00055 typedef struct _gpgme_engine_info * gpgme_engine_info_t;
00056
00057 struct _gpgme_op_keylist_result;
00058 typedef struct _gpgme_op_keylist_result * gpgme_keylist_result_t;
00059
00060 #endif // __GPGMEPP_GPGMEFW_H__
This file is part of the documentation for libkdenetwork Library Version 3.3.2.