diff options
Diffstat (limited to '')
-rw-r--r-- | scd/apdu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scd/apdu.h b/scd/apdu.h index 3261fa6b9..03c774cc2 100644 --- a/scd/apdu.h +++ b/scd/apdu.h @@ -105,6 +105,8 @@ const char *apdu_strerror (int rc); int apdu_connect (int slot); 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, |