2009-06-18 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Thu, 18 Jun 2009 17:04:12 +0000 (17:04 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 18 Jun 2009 17:04:12 +0000 (17:04 +0000)
* gpgme.h.in (GPGME_CONF_PATHNAME): Revert last change, it's
back! (GPA still uses it...).

trunk/src/ChangeLog
trunk/src/gpgme.h.in

index 3d261a35913b219c1147581308933bc0abb950d8..ef2310fedb50de43a9e706cdb6324269702fe652 100644 (file)
@@ -1,5 +1,8 @@
 2009-06-18  Marcus Brinkmann  <marcus@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.
 
index 45c1613b18f6ca81b1b589f07d2b469c3ddee406..d7d1efd1bc686d7934cf9162eecd62e5fe989963 100644 (file)
@@ -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.  */