[svn] gpgme - r1383 - trunk/src
svn author marcus
cvs at cvs.gnupg.org
Thu Jun 18 19:04:13 CEST 2009
Author: marcus
Date: 2009-06-18 19:04:12 +0200 (Thu, 18 Jun 2009)
New Revision: 1383
Modified:
trunk/src/ChangeLog
trunk/src/gpgme.h.in
Log:
2009-06-18 Marcus Brinkmann <marcus at g10code.de>
* gpgme.h.in (GPGME_CONF_PATHNAME): Revert last change, it's
back! (GPA still uses it...).
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2009-06-18 16:51:56 UTC (rev 1382)
+++ trunk/src/ChangeLog 2009-06-18 17:04:12 UTC (rev 1383)
@@ -1,5 +1,8 @@
2009-06-18 Marcus Brinkmann <marcus at g10code.de>
+ * gpgme.h.in (GPGME_CONF_PATHNAME): Revert last change, it's
+ back! (GPA still uses it...).
+
* gpgme.def: Fix stupid typo.
* w32-io.c (_gpgme_io_pipe): Add missing declaration.
Modified: trunk/src/gpgme.h.in
===================================================================
--- trunk/src/gpgme.h.in 2009-06-18 16:51:56 UTC (rev 1382)
+++ trunk/src/gpgme.h.in 2009-06-18 17:04:12 UTC (rev 1383)
@@ -1794,7 +1794,10 @@
}
gpgme_conf_type_t;
+/* For now, compatibility. */
+#define GPGME_CONF_PATHNAME GPGME_CONF_FILENAME
+
/* This represents a single argument for a configuration option.
Which of the members of value is used depends on the ALT_TYPE. */
typedef struct gpgme_conf_arg
More information about the Gnupg-commits
mailing list