diff options
Diffstat (limited to 'src/gpgme.h.in')
-rw-r--r-- | src/gpgme.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ |