aboutsummaryrefslogtreecommitdiffstats
path: root/common/status.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-10-21 06:30:52 +0000
committerWerner Koch <[email protected]>2015-10-21 06:30:52 +0000
commit42571a38344e39f747315f754700a8181b8744fe (patch)
tree2474502475b8a8c1aed2c94070b069062a62516b /common/status.h
parentdirmngr: Prefer ADNS over system resolver. (diff)
downloadgnupg-42571a38344e39f747315f754700a8181b8744fe.tar.gz
gnupg-42571a38344e39f747315f754700a8181b8744fe.zip
common: Add status code for use by g13.
* common/status.h (STATUS_PLAINTEXT_FOLLOWS): New.
Diffstat (limited to 'common/status.h')
-rw-r--r--common/status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/status.h b/common/status.h
index f1af5877c..76b1b304f 100644
--- a/common/status.h
+++ b/common/status.h
@@ -124,6 +124,8 @@ enum
STATUS_PINENTRY_LAUNCHED,
+ STATUS_PLAINTEXT_FOLLOWS, /* Used by g13-syshelp */
+
STATUS_ERROR,
STATUS_SUCCESS,
STATUS_FAILURE,