diff options
author | Werner Koch <[email protected]> | 2019-03-28 16:05:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-03-28 16:38:05 +0000 |
commit | 97feef8ee94a5e1cb9daba82f108eb62122c7910 (patch) | |
tree | a0be4c1ac3b4fb7c74fbeda72dfe14f5db9640c1 /scd/app-common.h | |
parent | card: For passwd add a PIV menu and make the OpenPGP menu optional. (diff) | |
download | gnupg-97feef8ee94a5e1cb9daba82f108eb62122c7910.tar.gz gnupg-97feef8ee94a5e1cb9daba82f108eb62122c7910.zip |
scd: New option --application-priority.
* scd/scdaemon.c (oApplicationPriority): New.
(opts): Add "application_priority".
(main): Process option.
* scd/app.c (app_update_priority_list): New.
(get_supported_applications): Take apps from global list.
* tools/gpgconf-comp.c (gc_options_scdaemon): Add option.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'scd/app-common.h')
-rw-r--r-- | scd/app-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/app-common.h b/scd/app-common.h index 3df896228..c53bf06ca 100644 --- a/scd/app-common.h +++ b/scd/app-common.h @@ -133,6 +133,7 @@ size_t app_help_read_length_of_cert (int slot, int fid, size_t *r_certoff); /*-- app.c --*/ +void app_update_priority_list (const char *arg); void app_send_card_list (ctrl_t ctrl); char *app_get_serialno (app_t app); |