diff options
author | Werner Koch <wk@gnupg.org> | 2018-09-05 16:57:30 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2018-09-05 16:57:30 +0200 |
commit | d4489be467e7229e17fb17a0489bf711d6ce66d6 (patch) | |
tree | 17ed779fc756f6d93b19dc5cbb7e02b5a7de3739 /po/Makevars | |
parent | artwork: State license of the logo (diff) | |
download | gnupg2-d4489be467e7229e17fb17a0489bf711d6ce66d6.tar.xz gnupg2-d4489be467e7229e17fb17a0489bf711d6ce66d6.zip |
common: New function status_printf.
* common/asshelp2.c (set_assuan_context_func): New.
(status_printf): New.
* po/Makevars (XGETTEXT_OPTIONS): Add status_printf
--
This is a first patch to unify the status printing functions.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makevars b/po/Makevars index 90b0c5b83..60a6fb36e 100644 --- a/po/Makevars +++ b/po/Makevars @@ -53,6 +53,7 @@ XGETTEXT_OPTIONS = \ --flag=xasprintf:1:c-format \ --flag=xtryasprintf:1:c-format \ --flag=log_debug_with_string:2:c-format \ + --flag=status_printf:3:c-format \ --flag=print_assuan_status:3:c-format \ --flag=vprint_assuan_status:3:c-format \ --flag=agent_print_status:3:c-format \ |