diff options
author | Werner Koch <[email protected]> | 2004-09-30 14:34:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-09-30 14:34:34 +0000 |
commit | 335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6 (patch) | |
tree | d5a581d9808c8efae6a0c6a1c9a1bd893f3633ed /scd/apdu.h | |
parent | This commit was manufactured by cvs2svn to create branch (diff) | |
download | gnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.tar.gz gnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.zip |
Preparing a new release. Updated gettext
Diffstat (limited to 'scd/apdu.h')
-rw-r--r-- | scd/apdu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/apdu.h b/scd/apdu.h index a0654a242..f31e42e3d 100644 --- a/scd/apdu.h +++ b/scd/apdu.h @@ -76,6 +76,7 @@ int apdu_open_remote_reader (const char *portstr, void *writefnc_value, void (*closefnc) (void *opaque), void *closefnc_value); +int apdu_shutdown_reader (int slot); int apdu_close_reader (int slot); int apdu_enum_reader (int slot, int *used); unsigned char *apdu_get_atr (int slot, size_t *atrlen); |