[svn] gpgme - r1245 - trunk/gpgme

svn author marcus cvs at cvs.gnupg.org
Mon Aug 20 18:12:41 CEST 2007


Author: marcus
Date: 2007-08-20 18:12:07 +0200 (Mon, 20 Aug 2007)
New Revision: 1245

Modified:
   trunk/gpgme/ChangeLog
   trunk/gpgme/gpgme.h
Log:
2007-08-20  Marcus Brinkmann  <marcus at g10code.de>

	* gpgme.h: Move include of gpg-error.h out of extern "C".


Modified: trunk/gpgme/ChangeLog
===================================================================
--- trunk/gpgme/ChangeLog	2007-08-07 15:21:50 UTC (rev 1244)
+++ trunk/gpgme/ChangeLog	2007-08-20 16:12:07 UTC (rev 1245)
@@ -1,3 +1,7 @@
+2007-08-20  Marcus Brinkmann  <marcus at g10code.de>
+
+	* gpgme.h: Move include of gpg-error.h out of extern "C".
+
 2007-08-07  Werner Koch  <wk at g10code.com>
 
 	* gpgme.h (struct _gpgme_signature): Add member CHAIN_MODEL.

Modified: trunk/gpgme/gpgme.h
===================================================================
--- trunk/gpgme/gpgme.h	2007-08-07 15:21:50 UTC (rev 1244)
+++ trunk/gpgme/gpgme.h	2007-08-20 16:12:07 UTC (rev 1245)
@@ -40,6 +40,8 @@
 # include <sys/types.h>
 #endif
 
+#include <gpg-error.h>
+
 #ifdef __cplusplus
 extern "C" {
 #if 0 /* just to make Emacs auto-indent happy */
@@ -47,7 +49,6 @@
 #endif
 #endif /* __cplusplus */
 
-#include <gpg-error.h>
 
 
 /* Check for compiler features.  */




More information about the Gnupg-commits mailing list