[svn] GnuPG - r5076 - trunk/scd
svn author wk
cvs at cvs.gnupg.org
Mon Jul 13 11:59:50 CEST 2009
Author: wk
Date: 2009-07-13 11:59:50 +0200 (Mon, 13 Jul 2009)
New Revision: 5076
Modified:
trunk/scd/apdu.h
trunk/scd/ccid-driver.h
Log:
Add new prototypes
Modified: trunk/scd/apdu.h
===================================================================
--- trunk/scd/apdu.h 2009-07-13 09:59:22 UTC (rev 5075)
+++ trunk/scd/apdu.h 2009-07-13 09:59:50 UTC (rev 5076)
@@ -105,6 +105,8 @@
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,
Modified: trunk/scd/ccid-driver.h
===================================================================
--- trunk/scd/ccid-driver.h 2009-07-13 09:59:22 UTC (rev 5075)
+++ trunk/scd/ccid-driver.h 2009-07-13 09:59:50 UTC (rev 5076)
@@ -80,6 +80,9 @@
int ccid_set_debug_level (int level);
char *ccid_get_reader_list (void);
int ccid_open_reader (ccid_driver_t *handle, const char *readerid);
+int ccid_set_progress_cb (ccid_driver_t handle,
+ void (*cb)(void *, const char *, int, int, int),
+ void *cb_arg);
int ccid_shutdown_reader (ccid_driver_t handle);
int ccid_close_reader (ccid_driver_t handle);
int ccid_get_atr (ccid_driver_t handle,
More information about the Gnupg-commits
mailing list