aqbanking
5.0.28beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqofxconnect
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
22
AQOFXCONNECT_API
void
AO_Account_Extend
(
AB_ACCOUNT
*a,
AB_PROVIDER
*pro,
23
AB_PROVIDER_EXTEND_MODE
em,
24
GWEN_DB_NODE *dbBackend);
25
26
AQOFXCONNECT_API
int
AO_Account_GetMaxPurposeLines
(
const
AB_ACCOUNT
*a);
27
AQOFXCONNECT_API
void
AO_Account_SetMaxPurposeLines
(
AB_ACCOUNT
*a,
int
i);
28
29
AQOFXCONNECT_API
int
AO_Account_GetDebitAllowed
(
const
AB_ACCOUNT
*a);
30
AQOFXCONNECT_API
void
AO_Account_SetDebitAllowed
(
AB_ACCOUNT
*a,
int
i);
31
32
33
34
#ifdef __cplusplus
35
}
36
#endif
37
38
39
#endif
Generated on Sun May 26 2013 06:38:21 for aqbanking by
1.8.3.1