00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id$ 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 CHIPCARD2_MSGENGINE_H 00015 #define CHIPCARD2_MSGENGINE_H 00016 00017 #ifdef __cplusplus 00018 extern "C" { 00019 #endif 00020 00021 #include <gwenhywfar/msgengine.h> 00022 #include <chipcard/chipcard.h> 00023 00037 CHIPCARD_API 00038 GWEN_MSGENGINE *LC_MsgEngine_new(); 00039 00040 00041 #ifdef __cplusplus 00042 } 00043 #endif 00044 00045 00046 #endif /* CHIPCARD2_MSGENGINE_H */ 00047 00048