aboutsummaryrefslogtreecommitdiffstats
path: root/scd/iso7816.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-03-16 10:49:37 +0000
committerWerner Koch <[email protected]>2004-03-16 10:49:37 +0000
commitf8d44bc637a4c897fd4448de804ee08ae065e194 (patch)
tree03c71726ae3204c67c8dae3fbcdbd4b8c07376a6 /scd/iso7816.h
parent* configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7. (diff)
downloadgnupg-f8d44bc637a4c897fd4448de804ee08ae065e194.tar.gz
gnupg-f8d44bc637a4c897fd4448de804ee08ae065e194.zip
*** empty log message ***
Diffstat (limited to 'scd/iso7816.h')
-rw-r--r--scd/iso7816.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/iso7816.h b/scd/iso7816.h
index 937326b6d..8f2b150e6 100644
--- a/scd/iso7816.h
+++ b/scd/iso7816.h
@@ -67,6 +67,7 @@ gpg_error_t iso7816_get_challenge (int slot,
gpg_error_t iso7816_read_binary (int slot, size_t offset, size_t nmax,
unsigned char **result, size_t *resultlen);
gpg_error_t iso7816_read_record (int slot, int recno, int reccount,
+ int short_ef,
unsigned char **result, size_t *resultlen);
#endif /*ISO7816_H*/