aqbanking  5.7.8
aqbanking/msgengine.h
Go to the documentation of this file.
1 /***************************************************************************
2  $RCSfile$
3  -------------------
4  cvs : $Id$
5  begin : Mon Mar 01 2004
6  copyright : (C) 2004 by Martin Preuss
7  email : martin@libchipcard.de
8 
9  ***************************************************************************
10  * This file is part of the project "AqBanking". *
11  * Please see toplevel file COPYING of that project for license details. *
12  ***************************************************************************/
13 
14 
15 #ifndef AQBANKING_MSGENGINE_H
16 #define AQBANKING_MSGENGINE_H
17 
18 #include <aqbanking/error.h> /* for AQBANKING_API */
19 #include <gwenhywfar/msgengine.h>
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25 
40 GWEN_MSGENGINE *AB_MsgEngine_new(void);
41 
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 
48 #endif /* AQBANKING_MSGENGINE_H */
49 
50 
#define AQBANKING_API
Definition: error.h:55
GWEN_MSGENGINE * AB_MsgEngine_new(void)