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
1 changed files with 2 additions and 0 deletions

View File

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