diff options
author | Werner Koch <[email protected]> | 2009-03-10 16:10:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-03-10 16:10:35 +0000 |
commit | 1eeefbf7f71a57412589a8479be21249e69b6d28 (patch) | |
tree | 06e712b77de83113756f87a46c61dbe194f0f441 /scd/scdaemon.h | |
parent | New gpg-agent command to list key information. (diff) | |
download | gnupg-1eeefbf7f71a57412589a8479be21249e69b6d28.tar.gz gnupg-1eeefbf7f71a57412589a8479be21249e69b6d28.zip |
Add new attribute KEY-ATTR.
Diffstat (limited to '')
-rw-r--r-- | scd/scdaemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h index 221f84fe0..7c636920b 100644 --- a/scd/scdaemon.h +++ b/scd/scdaemon.h @@ -125,6 +125,7 @@ void initialize_module_command (void); int scd_command_handler (ctrl_t, int); void send_status_info (ctrl_t ctrl, const char *keyword, ...) GNUPG_GCC_A_SENTINEL(1); +void send_status_direct (ctrl_t ctrl, const char *keyword, const char *args); void scd_update_reader_status_file (void); |