diff --git a/src/ChangeLog b/src/ChangeLog index 3d261a35..ef2310fe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2009-06-18 Marcus Brinkmann + * 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/src/gpgme.h.in b/src/gpgme.h.in index 45c1613b..d7d1efd1 100644 --- a/src/gpgme.h.in +++ b/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. */