00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: client_cd.h 163 2006-02-15 19:31:45Z aquamaniac $ 00005 begin : Mon Mar 01 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_CLIENT_CLIENT_CD_H 00015 #define CHIPCARD_CLIENT_CLIENT_CD_H 00016 00017 #include <chipcard2-client/client/client.h> 00018 00019 #ifdef __cplusplus 00020 extern "C" { 00021 #endif 00022 00023 00033 00034 00035 GWEN_TYPE_UINT32 LC_Client_SendExecCommand(LC_CLIENT *cl, 00036 LC_CARD *cd, 00037 GWEN_DB_NODE *dbCmd); 00038 LC_CLIENT_RESULT LC_Client_CheckExecCommand(LC_CLIENT *cl, 00039 GWEN_TYPE_UINT32 rid, 00040 GWEN_DB_NODE *dbRsp); 00041 /* defgroup */ 00043 00044 #ifdef __cplusplus 00045 } 00046 #endif 00047 00048 #endif
1.5.3