Add convenience macro GPGME_PROTOCOL_OPENPGP.

* src/gpgme.h.in (GPGME_PROTOCOL_OPENPGP): New.
This commit is contained in:
Werner Koch 2013-05-28 10:53:43 +02:00
parent d34e343487
commit 2e8feb6016

View File

@ -342,6 +342,8 @@ typedef enum
GPGME_PROTOCOL_UNKNOWN = 255 GPGME_PROTOCOL_UNKNOWN = 255
} }
gpgme_protocol_t; gpgme_protocol_t;
/* Convenience macro for the surprisingly mixed spelling. */
#define GPGME_PROTOCOL_OPENPGP GPGME_PROTOCOL_OpenPGP
/* The available keylist mode flags. */ /* The available keylist mode flags. */