libchipcard 5.0.0

msgengine.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 CHIPCARD2_MSGENGINE_H
00012 #define CHIPCARD2_MSGENGINE_H
00013 
00014 #ifdef __cplusplus
00015 extern "C" {
00016 #endif
00017 
00018 #include <gwenhywfar/msgengine.h>
00019 #include <chipcard/chipcard.h>
00020 
00034 CHIPCARD_API
00035 GWEN_MSGENGINE *LC_MsgEngine_new();
00036 
00037 
00038 #ifdef __cplusplus
00039 }
00040 #endif
00041 
00042 
00043 #endif /* CHIPCARD2_MSGENGINE_H */
00044 
00045