mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
scd: Minor changes to assist in backporting from 2.3
* scd/command.c (send_status_direct): Return an error code. * scd/app-common.h (APP_LEARN_FLAG_REREAD): New.
This commit is contained in:
parent
72a7d45a23
commit
3db99b8861
3 changed files with 9 additions and 5 deletions
|
@ -124,7 +124,8 @@ gpg_error_t initialize_module_command (void);
|
|||
int scd_command_handler (ctrl_t, int);
|
||||
void send_status_info (ctrl_t ctrl, const char *keyword, ...)
|
||||
GPGRT_ATTR_SENTINEL(1);
|
||||
void send_status_direct (ctrl_t ctrl, const char *keyword, const char *args);
|
||||
gpg_error_t send_status_direct (ctrl_t ctrl, const char *keyword,
|
||||
const char *args);
|
||||
gpg_error_t send_status_printf (ctrl_t ctrl, const char *keyword,
|
||||
const char *format, ...) GPGRT_ATTR_PRINTF(3,4);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue