aqbanking  5.7.8
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
AQOFXCONNECT_API int AO_Account_GetMaxPurposeLines(const AB_ACCOUNT *a)
AQOFXCONNECT_API void AO_Account_SetMaxPurposeLines(AB_ACCOUNT *a, int i)
AQOFXCONNECT_API void AO_Account_SetDebitAllowed(AB_ACCOUNT *a, int i)
AQOFXCONNECT_API int AO_Account_GetDebitAllowed(const AB_ACCOUNT *a)
AB_PROVIDER_EXTEND_MODE
Definition: provider_be.h:49
struct AB_PROVIDER AB_PROVIDER
#define AQOFXCONNECT_API
Definition: aqofxconnect.h:45
AQOFXCONNECT_API void AO_Account_Extend(AB_ACCOUNT *a, AB_PROVIDER *pro, AB_PROVIDER_EXTEND_MODE em, GWEN_DB_NODE *dbBackend)
struct AB_ACCOUNT AB_ACCOUNT