aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-common.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2017-01-18 06:19:38 +0000
committerNIIBE Yutaka <[email protected]>2017-01-18 06:19:38 +0000
commit8b1f24a29ebc7651437c01990215a55b1136dae0 (patch)
tree0993bc9774f78b0428143135806ec38a3004becf /scd/app-common.h
parentbuild: Handle packages with dashes in --find-version. (diff)
downloadgnupg-8b1f24a29ebc7651437c01990215a55b1136dae0.tar.gz
gnupg-8b1f24a29ebc7651437c01990215a55b1136dae0.zip
scd: Add "card_list" sub command for GETINFO.
* scd/app.c (app_send_card_list): New. * scd/command.c (cmd_getinfo): Fix "status" sub command. Add "card_list" sub command. Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'scd/app-common.h')
-rw-r--r--scd/app-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/app-common.h b/scd/app-common.h
index fb0fe550a..7c6822fdd 100644
--- a/scd/app-common.h
+++ b/scd/app-common.h
@@ -123,6 +123,7 @@ size_t app_help_read_length_of_cert (int slot, int fid, size_t *r_certoff);
/*-- app.c --*/
app_t app_list_start (void);
void app_list_finish (void);
+void app_send_card_list (ctrl_t ctrl);
void app_dump_state (void);
void application_notify_card_reset (int slot);