libkdenetwork Library API Documentation

gpgmefw.h

00001 /* gpgmefw.h - Forwards declarations for gpgme (0.3 and 0.4) 00002 Copyright (C) 2004 Klarälvdalens Datakonsult AB 00003 00004 This file is part of GPGME++. 00005 00006 GPGME++ is free software; you can redistribute it and/or modify it 00007 under the terms of the GNU General Public License as published by 00008 the Free Software Foundation; either version 2 of the License, or 00009 (at your option) any later version. 00010 00011 GPGME++ is distributed in the hope that it will be useful, but 00012 WITHOUT ANY WARRANTY; without even the implied warranty of 00013 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 General Public License for more details. 00015 00016 You should have received a copy of the GNU General Public License 00017 along with GPGME++; if not, write to the Free Software Foundation, 00018 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA. 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__
KDE Logo
This file is part of the documentation for libkdenetwork Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 1 15:18:37 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003