From: Marcus Brinkmann Date: Thu, 18 Jun 2009 17:04:12 +0000 (+0000) Subject: 2009-06-18 Marcus Brinkmann X-Git-Tag: gpgme-1.3.0~64 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=70323bb33a1b3130b7e925a1aad7f20402f0f212;p=gpgme.git 2009-06-18 Marcus Brinkmann * gpgme.h.in (GPGME_CONF_PATHNAME): Revert last change, it's back! (GPA still uses it...). --- diff --git a/src/ChangeLog b/src/ChangeLog index 3d261a3..ef2310f 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 45c1613..d7d1efd 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. */