summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2019-01-22 09:02:17 +0100
committerWerner Koch <wk@gnupg.org>2019-01-22 09:02:17 +0100
commit03cf23b43ec5fea8a355d3ba2200e86a8efc589b (patch)
treee3d75a006782a881ffc0e737718213f80d1b96c6 /po
parentscd: Support CHV-STATUS and CHECKPIN for PIV. (diff)
downloadgnupg2-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/Makevars1
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 \