diff options
author | Werner Koch <[email protected]> | 2004-10-14 09:12:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-10-14 09:12:36 +0000 |
commit | e1f3dc1c77fe155b05f106c1711bce1e5b62c9b6 (patch) | |
tree | 497496e6d62e3356d944ba5ca84fb439225ba47b /scd/iso7816.h | |
parent | 2004-10-08 Moritz Schulte <[email protected]> (diff) | |
download | gnupg-e1f3dc1c77fe155b05f106c1711bce1e5b62c9b6.tar.gz gnupg-e1f3dc1c77fe155b05f106c1711bce1e5b62c9b6.zip |
Added ID keywords because these files are often used in other packages.
Diffstat (limited to 'scd/iso7816.h')
-rw-r--r-- | scd/iso7816.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scd/iso7816.h b/scd/iso7816.h index 8f2b150e6..b9ba1800b 100644 --- a/scd/iso7816.h +++ b/scd/iso7816.h @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + * $Id$ */ #ifndef ISO7816_H @@ -25,6 +27,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, |