diff options
author | Werner Koch <[email protected]> | 2016-09-01 14:33:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-09-01 14:39:41 +0000 |
commit | 6bdadae00512b4907826f6754cdb220d06e1ac6d (patch) | |
tree | 00f902239858ef98b77b4833b9936f278c368e67 /g10/main.h | |
parent | gpg: Fix printing of pubkey algo in --verbose signature verify. (diff) | |
download | gnupg-6bdadae00512b4907826f6754cdb220d06e1ac6d.tar.gz gnupg-6bdadae00512b4907826f6754cdb220d06e1ac6d.zip |
gpg: Add new function write_status_printf.
* g10/cpr.c (write_status_printf): New.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | g10/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 0956f6693..340f3b353 100644 --- a/g10/main.h +++ b/g10/main.h @@ -191,6 +191,8 @@ void write_status_error (const char *where, gpg_error_t err); void write_status_errcode (const char *where, int errcode); void write_status_failure (const char *where, gpg_error_t err); void write_status_text ( int no, const char *text ); +void write_status_printf (int no, const char *format, + ...) GPGRT_ATTR_PRINTF(2,3); void write_status_strings (int no, const char *text, ...) GPGRT_ATTR_SENTINEL(0); void write_status_buffer ( int no, |