mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
agent: New function agent_print_status.
* common/asshelp2.c (vprint_assuan_status): New. (print_assuan_status): Re-implement using above func. * agent/command.c (agent_print_status): New.
This commit is contained in:
parent
508ffb4e02
commit
e78585cd0f
4 changed files with 43 additions and 6 deletions
|
@ -72,6 +72,10 @@ gpg_error_t print_assuan_status (assuan_context_t ctx,
|
|||
const char *keyword,
|
||||
const char *format,
|
||||
...) JNLIB_GCC_A_PRINTF(3,4);
|
||||
gpg_error_t vprint_assuan_status (assuan_context_t ctx,
|
||||
const char *keyword,
|
||||
const char *format,
|
||||
va_list arg_ptr) JNLIB_GCC_A_PRINTF(3,0);
|
||||
|
||||
|
||||
#endif /*GNUPG_COMMON_ASSHELP_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue