libchipcard
5.0.2
Main Page
Related Pages
Modules
Files
File List
Globals
src
lib
client
cards
zkacard
zkacard.h
Go to the documentation of this file.
1
/***************************************************************************
2
begin : Sat Nov 13 2010
3
copyright : (C) 2010 by Martin Preuss
4
email : martin@libchipcard.de
5
6
***************************************************************************
7
* Please see toplevel file COPYING for license details *
8
***************************************************************************/
9
10
11
#ifndef CHIPCARD_CARD_ZKACARD_H
12
#define CHIPCARD_CARD_ZKACARD_H
13
14
#include <chipcard/card.h>
15
16
17
CHIPCARD_API
18
int
LC_ZkaCard_ExtendCard
(
LC_CARD
*card);
19
CHIPCARD_API
20
int
LC_ZkaCard_UnextendCard
(
LC_CARD
*card);
21
CHIPCARD_API
22
LC_CLIENT_RESULT
LC_ZkaCard_Reopen
(
LC_CARD
*card);
23
24
25
#endif
26
Generated by
1.8.2