diff options
author | Werner Koch <[email protected]> | 2015-11-12 16:02:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-11-12 16:02:18 +0000 |
commit | 2038adf16d0e7eeb614043aae17b16a867de6b70 (patch) | |
tree | f48e363626f96330f865a340a16d28bc64f135d6 /common/status.h | |
parent | gpg: Print export statistics to the status-fd. (diff) | |
download | gnupg-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.h | 1 |
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, |