aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2009-06-18 17:04:12 +0000
committerMarcus Brinkmann <[email protected]>2009-06-18 17:04:12 +0000
commitcf7b7e49645fb4c9d729e2918670b7aa9133e20e (patch)
tree4590c08ff65910f906d99d29d7577b5ab3320b95
parent2009-06-18 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-cf7b7e49645fb4c9d729e2918670b7aa9133e20e.tar.gz
gpgme-cf7b7e49645fb4c9d729e2918670b7aa9133e20e.zip
2009-06-18 Marcus Brinkmann <[email protected]>
* gpgme.h.in (GPGME_CONF_PATHNAME): Revert last change, it's back! (GPA still uses it...).
-rw-r--r--trunk/src/ChangeLog3
-rw-r--r--trunk/src/gpgme.h.in3
2 files changed, 6 insertions, 0 deletions
diff --git a/trunk/src/ChangeLog b/trunk/src/ChangeLog
index 3d261a35..ef2310fe 100644
--- a/trunk/src/ChangeLog
+++ b/trunk/src/ChangeLog
@@ -1,5 +1,8 @@
2009-06-18 Marcus Brinkmann <[email protected]>
+ * 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.
diff --git a/trunk/src/gpgme.h.in b/trunk/src/gpgme.h.in
index 45c1613b..d7d1efd1 100644
--- a/trunk/src/gpgme.h.in
+++ b/trunk/src/gpgme.h.in
@@ -1794,6 +1794,9 @@ typedef enum
}
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. */