aboutsummaryrefslogtreecommitdiffstats
path: root/common/status.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-11-12 16:02:18 +0000
committerWerner Koch <[email protected]>2015-11-12 16:02:18 +0000
commit2038adf16d0e7eeb614043aae17b16a867de6b70 (patch)
treef48e363626f96330f865a340a16d28bc64f135d6 /common/status.h
parentgpg: Print export statistics to the status-fd. (diff)
downloadgnupg-2038adf16d0e7eeb614043aae17b16a867de6b70.tar.gz
gnupg-2038adf16d0e7eeb614043aae17b16a867de6b70.zip
gpg: Print a new EXPORTED status line.
* common/status.h (STATUS_EXPORTED): New. * g10/export.c (print_status_exported): New. (do_export_stream): Call that function. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'common/status.h')
-rw-r--r--common/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/status.h b/common/status.h
index 340916719..71bcc9583 100644
--- a/common/status.h
+++ b/common/status.h
@@ -62,6 +62,7 @@ enum
STATUS_IMPORT_RES,
STATUS_IMPORT_CHECK,
+ STATUS_EXPORTED,
STATUS_EXPORT_RES,
STATUS_FILE_START,