mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
e3c48335f9
commit
2038adf16d
3 changed files with 34 additions and 3 deletions
|
@ -62,6 +62,7 @@ enum
|
|||
STATUS_IMPORT_RES,
|
||||
STATUS_IMPORT_CHECK,
|
||||
|
||||
STATUS_EXPORTED,
|
||||
STATUS_EXPORT_RES,
|
||||
|
||||
STATUS_FILE_START,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue