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:
parent
bc82a66514
commit
2535c30405
@ -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.
|
||||||
|
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user