2009-06-18 Marcus Brinkmann <marcus@g10code.de>

* gpgme.h.in (GPGME_CONF_PATHNAME): Revert last change, it's
	back! (GPA still uses it...).
This commit is contained in:
Marcus Brinkmann 2009-06-18 17:04:12 +00:00
parent e6ff9579ba
commit 70323bb33a
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2009-06-18 Marcus Brinkmann <marcus@g10code.de> 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. * gpgme.def: Fix stupid typo.
* w32-io.c (_gpgme_io_pipe): Add missing declaration. * w32-io.c (_gpgme_io_pipe): Add missing declaration.

View File

@ -1794,6 +1794,9 @@ typedef enum
} }
gpgme_conf_type_t; gpgme_conf_type_t;
/* For now, compatibility. */
#define GPGME_CONF_PATHNAME GPGME_CONF_FILENAME
/* This represents a single argument for a configuration option. /* This represents a single argument for a configuration option.
Which of the members of value is used depends on the ALT_TYPE. */ Which of the members of value is used depends on the ALT_TYPE. */