summaryrefslogtreecommitdiffstats
path: root/scd/apdu.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-07-16 17:54:59 +0200
committerWerner Koch <wk@gnupg.org>2009-07-16 17:54:59 +0200
commite49d808e1f02d8f01c60753022bc20664b215062 (patch)
treedd65f9e2f0eb20d949e56852c22ee3cb0aba31a9 /scd/apdu.h
parent[g10] (diff)
downloadgnupg2-e49d808e1f02d8f01c60753022bc20664b215062.tar.xz
gnupg2-e49d808e1f02d8f01c60753022bc20664b215062.zip
Add code to better handle unplugging of a reader.
Diffstat (limited to 'scd/apdu.h')
-rw-r--r--scd/apdu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/apdu.h b/scd/apdu.h
index 03c774cc2..c47dea882 100644
--- a/scd/apdu.h
+++ b/scd/apdu.h
@@ -94,6 +94,7 @@ int apdu_open_remote_reader (const char *portstr,
void *closefnc_value);
int apdu_shutdown_reader (int slot);
int apdu_close_reader (int slot);
+void apdu_prepare_exit (void);
int apdu_enum_reader (int slot, int *used);
unsigned char *apdu_get_atr (int slot, size_t *atrlen);