diff options
Diffstat (limited to 'scd/iso7816.h')
-rw-r--r-- | scd/iso7816.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scd/iso7816.h b/scd/iso7816.h index b59103db2..10a1aa8d1 100644 --- a/scd/iso7816.h +++ b/scd/iso7816.h @@ -148,5 +148,7 @@ gpg_error_t iso7816_read_binary (int slot, size_t offset, size_t nmax, gpg_error_t iso7816_read_record (int slot, int recno, int reccount, int short_ef, unsigned char **result, size_t *resultlen); +gpg_error_t iso7816_update_binary (int slot, int extended_mode, size_t offset, + const void *data, size_t datalen); #endif /*ISO7816_H*/ |