mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Add new function write_status_printf.
* g10/cpr.c (write_status_printf): New. -- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
37e3c89725
commit
6bdadae005
2 changed files with 29 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue