aqbanking  5.4.3beta
aqofxconnect/account.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Mon Mar 01 2004
3  copyright : (C) 2004 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * Please see toplevel file COPYING for license details *
8  ***************************************************************************/
9 
10 #ifndef AO_ACCOUNT_H
11 #define AO_ACCOUNT_H
12 
13 #include <aqbanking/account_be.h>
14 #include <aqofxconnect/provider.h>
15 
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 
24  GWEN_DB_NODE *dbBackend);
25 
28 
31 
32 
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 
38 
39 #endif