diff options
Diffstat (limited to 'g10/iso7816.h')
-rw-r--r-- | g10/iso7816.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/iso7816.h b/g10/iso7816.h index 848a6f05e..04c7ae63e 100644 --- a/g10/iso7816.h +++ b/g10/iso7816.h @@ -34,6 +34,9 @@ gpg_error_t iso7816_select_application (int slot, const char *aid, size_t aidlen); gpg_error_t iso7816_select_file (int slot, int tag, int is_dir, unsigned char **result, size_t *resultlen); +gpg_error_t iso7816_select_path (int slot, + const unsigned short *path, size_t pathlen, + unsigned char **result, size_t *resultlen); gpg_error_t iso7816_list_directory (int slot, int list_dirs, unsigned char **result, size_t *resultlen); gpg_error_t iso7816_verify (int slot, |