aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-07-13 09:59:50 +0000
committerWerner Koch <[email protected]>2009-07-13 09:59:50 +0000
commit816d0d83ef239cee28ab23f40f88eb8c004b3ad7 (patch)
tree844525658bd3ab3084d3088471cedb2c12e73ab2 /scd/apdu.h
parent* ccid-driver.c (struct ccid_driver_s): Add fields last_progress, (diff)
downloadgnupg-816d0d83ef239cee28ab23f40f88eb8c004b3ad7.tar.gz
gnupg-816d0d83ef239cee28ab23f40f88eb8c004b3ad7.zip
Add new prototypes
Diffstat (limited to 'scd/apdu.h')
-rw-r--r--scd/apdu.h2
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,