diff options
Diffstat (limited to 'g10/iso7816.h')
-rw-r--r-- | g10/iso7816.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/iso7816.h b/g10/iso7816.h index 8f2b150e6..97de9abbd 100644 --- a/g10/iso7816.h +++ b/g10/iso7816.h @@ -25,6 +25,8 @@ #include "cardglue.h" #endif +gpg_error_t iso7816_map_sw (int sw); + 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, |