mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Added ID keywords because these files are often used in other packages.
This commit is contained in:
parent
6cb8f7ad4d
commit
e1f3dc1c77
8 changed files with 29 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue