Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
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
00057