diff options
author | Werner Koch <wk@gnupg.org> | 2019-01-22 09:02:17 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2019-01-22 09:02:17 +0100 |
commit | 03cf23b43ec5fea8a355d3ba2200e86a8efc589b (patch) | |
tree | e3d75a006782a881ffc0e737718213f80d1b96c6 /po | |
parent | scd: Support CHV-STATUS and CHECKPIN for PIV. (diff) | |
download | gnupg2-03cf23b43ec5fea8a355d3ba2200e86a8efc589b.tar.xz gnupg2-03cf23b43ec5fea8a355d3ba2200e86a8efc589b.zip |
common: Add generic status print function.
* common/status.c (gnupg_set_status_fd): New.
(gnupg_status_printf): New.
* po/Makevars (XGETTEXT_OPTIONS): Add gnupg-status_printf.
--
Some of the extra tools take a --status-fd option to print certain
status messages. A generic printf style print function thus makes
sense.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'po')
-rw-r--r-- | po/Makevars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makevars b/po/Makevars index 20d6ae9d6..07778e055 100644 --- a/po/Makevars +++ b/po/Makevars @@ -61,6 +61,7 @@ XGETTEXT_OPTIONS = \ --flag=ks_printf_help:2:c-format \ --flag=print_further_info:1:c-format \ --flag=write_status_printf:2:c-format \ + --flag=gnupg_printf_status:2:c-format \ --flag=kbxd_print_status:3:c-format \ --flag=gpgconf_write_status:2:c-format \ --flag=send_status_printf:3:c-format \ |