1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-02 22:38:02 +02:00

common: Add status code for use by g13.

* common/status.h (STATUS_PLAINTEXT_FOLLOWS): New.
This commit is contained in:
Werner Koch 2015-10-21 08:30:52 +02:00
parent 58ebe50bdf
commit 42571a3834
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -124,6 +124,8 @@ enum
STATUS_PINENTRY_LAUNCHED,
STATUS_PLAINTEXT_FOLLOWS, /* Used by g13-syshelp */
STATUS_ERROR,
STATUS_SUCCESS,
STATUS_FAILURE,