aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-12-14 09:21:15 +0000
committerWerner Koch <[email protected]>2011-12-14 09:21:15 +0000
commit07ea8c56b507b06d4bd70e94fa51914659afac4b (patch)
tree2bc55ce010255ef03707ad06affd25da5f441822 /scd/apdu.h
parentscd: New option --debug-assuan-log-cats. (diff)
downloadgnupg-07ea8c56b507b06d4bd70e94fa51914659afac4b.tar.gz
gnupg-07ea8c56b507b06d4bd70e94fa51914659afac4b.zip
scd: Add debug option for reader function calls.
* scd/scdaemon.h (DBG_READER_VALUE, DBG_READER): New. * scd/apdu.c (apdu_open_reader, apdu_close_reader) (apdu_shutdown_reader, apdu_connect, apdu_disconnect) (apdu_reset, apdu_get_atr, apdu_get_status): Add debug code. (apdu_activate): Remove this unused function.
Diffstat (limited to 'scd/apdu.h')
-rw-r--r--scd/apdu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scd/apdu.h b/scd/apdu.h
index ac1eeeb3b..f70425620 100644
--- a/scd/apdu.h
+++ b/scd/apdu.h
@@ -108,7 +108,6 @@ int apdu_disconnect (int slot);
int apdu_set_progress_cb (int slot, gcry_handler_progress_t cb, void *cb_arg);
-int apdu_activate (int slot);
int apdu_reset (int slot);
int apdu_get_status (int slot, int hang,
unsigned int *status, unsigned int *changed);