libchipcard 5.0.0

processorcard.h

Go to the documentation of this file.
00001 /***************************************************************************
00002     begin       : Mon Mar 01 2004
00003     copyright   : (C) 2004-2010 by Martin Preuss
00004     email       : martin@libchipcard.de
00005 
00006  ***************************************************************************
00007  *          Please see toplevel file COPYING for license details           *
00008  ***************************************************************************/
00009 
00010 
00011 #ifndef CHIPCARD_CARD_PROCESSORCARD_H
00012 #define CHIPCARD_CARD_PROCESSORCARD_H
00013 
00014 #include <chipcard/card.h>
00015 
00016 #ifdef __cplusplus
00017 extern "C" {
00018 #endif
00019 
00025 
00034 CHIPCARD_API
00035 int LC_ProcessorCard_ExtendCard(LC_CARD *card);
00036 
00042 CHIPCARD_API
00043 int LC_ProcessorCard_UnextendCard(LC_CARD *card);
00047  /* defgroup */
00048 
00049 #ifdef __cplusplus
00050 }
00051 #endif
00052 
00053 #endif /* CHIPCARD_CARD_PROCESSORCARD_H */
00054 
00055