diff options
Diffstat (limited to 'scd/iso7816.h')
-rw-r--r-- | scd/iso7816.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scd/iso7816.h b/scd/iso7816.h index 2cbfe6185..f7934bb5b 100644 --- a/scd/iso7816.h +++ b/scd/iso7816.h @@ -68,7 +68,8 @@ gpg_error_t iso7816_select_application_ext (int slot, gpg_error_t iso7816_select_mf (int slot); gpg_error_t iso7816_select_file (int slot, int tag, int is_dir); gpg_error_t iso7816_select_path (int slot, - const unsigned short *path, size_t pathlen); + const unsigned short *path, size_t pathlen, + unsigned short top_df); gpg_error_t iso7816_list_directory (int slot, int list_dirs, unsigned char **result, size_t *resultlen); gpg_error_t iso7816_apdu_direct (int slot, |