2007-08-20 Marcus Brinkmann <marcus@g10code.de>

* gpgme.h: Move include of gpg-error.h out of extern "C".
This commit is contained in:
Marcus Brinkmann 2007-08-20 16:12:07 +00:00
parent bc82a66514
commit 2535c30405
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-08-20 Marcus Brinkmann <marcus@g10code.de>
* gpgme.h: Move include of gpg-error.h out of extern "C".
2007-08-07 Werner Koch <wk@g10code.com> 2007-08-07 Werner Koch <wk@g10code.com>
* gpgme.h (struct _gpgme_signature): Add member CHAIN_MODEL. * gpgme.h (struct _gpgme_signature): Add member CHAIN_MODEL.

View File

@ -40,6 +40,8 @@
# include <sys/types.h> # include <sys/types.h>
#endif #endif
#include <gpg-error.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#if 0 /* just to make Emacs auto-indent happy */ #if 0 /* just to make Emacs auto-indent happy */
@ -47,7 +49,6 @@ extern "C" {
#endif #endif
#endif /* __cplusplus */ #endif /* __cplusplus */
#include <gpg-error.h>
/* Check for compiler features. */ /* Check for compiler features. */