00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: kvkcard.h 388 2007-05-02 19:24:12Z christian $ 00005 begin : Sun Jun 13 2004 00006 copyright : (C) 2004 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * Please see toplevel file COPYING for license details * 00011 ***************************************************************************/ 00012 00013 00014 #ifndef CHIPCARD_CARD_KVKCARD_H 00015 #define CHIPCARD_CARD_KVKCARD_H 00016 00017 #include <chipcard3/client/card.h> 00018 00019 #ifdef __cplusplus 00020 extern "C" { 00021 #endif 00022 00023 00038 00048 CHIPCARD_API 00049 int LC_KVKCard_ExtendCard(LC_CARD *card); 00050 00057 CHIPCARD_API 00058 int LC_KVKCard_UnextendCard(LC_CARD *card); 00059 00066 CHIPCARD_API 00067 LC_CLIENT_RESULT LC_KVKCard_Reopen(LC_CARD *card); 00080 CHIPCARD_API 00081 GWEN_DB_NODE *LC_KVKCard_GetCardData(const LC_CARD *card); 00084 /* defgroup */ 00085 00086 #ifdef __cplusplus 00087 } 00088 #endif 00089 00090 00091 #endif /* CHIPCARD_CARD_KVKCARD_P_H */ 00092 00093 00094 00095
1.5.3