libchipcard
5.0.2
Main Page
Related Pages
Modules
Files
File List
Globals
src
lib
client
cards
processorcard
processorcard.h
Go to the documentation of this file.
1
/***************************************************************************
2
begin : Mon Mar 01 2004
3
copyright : (C) 2004-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_PROCESSORCARD_H
12
#define CHIPCARD_CARD_PROCESSORCARD_H
13
14
#include <chipcard/card.h>
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
25
34
CHIPCARD_API
35
int
LC_ProcessorCard_ExtendCard
(
LC_CARD
*card);
36
42
CHIPCARD_API
43
int
LC_ProcessorCard_UnextendCard
(
LC_CARD
*card);
47
/* defgroup */
48
49
#ifdef __cplusplus
50
}
51
#endif
52
53
#endif
/* CHIPCARD_CARD_PROCESSORCARD_H */
54
55
Generated by
1.8.2