aqbanking
5.0.24.0-git
|
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 #ifndef AH_MSGENGINE_H 00014 #define AH_MSGENGINE_H 00015 00027 00028 00029 #ifdef __cplusplus 00030 extern "C" { 00031 #endif 00032 typedef struct AH_MSGENGINE AH_MSGENGINE; 00033 #ifdef __cplusplus 00034 } 00035 #endif 00036 00037 #include <aqhbci/aqhbci.h> 00038 #include <aqbanking/user.h> 00039 #include <gwenhywfar/msgengine.h> 00040 00041 #ifdef __cplusplus 00042 extern "C" { 00043 #endif 00044 00045 AQHBCI_API 00046 GWEN_MSGENGINE *AH_MsgEngine_new(); 00047 00048 00049 #ifdef __cplusplus 00050 } 00051 #endif 00052 00056 #endif /* AH_MSGENGINE_H */ 00057