aqbanking
5.7.8
|
This file is used by AqBanking and provider backends. More...
#include <gwenhywfar/misc.h>
#include <gwenhywfar/list2.h>
#include <gwenhywfar/inherit.h>
#include <gwenhywfar/xml.h>
#include <aqbanking/error.h>
#include <aqbanking/banking.h>
#include <aqbanking/job.h>
#include <aqbanking/account.h>
#include <aqbanking/transaction.h>
Go to the source code of this file.
Macros | |
#define | AB_PROVIDER_FLAGS_COMPLETE_DAY_REPORTS 0x00000001 |
Typedefs | |
typedef struct AB_PROVIDER | AB_PROVIDER |
typedef struct AB_PROVIDER_DESCRIPTION | AB_PROVIDER_DESCRIPTION |
Functions | |
GWEN_LIST_FUNCTION_LIB_DEFS (AB_PROVIDER_DESCRIPTION, AB_ProviderDescription,) GWEN_LIST2_FUNCTION_LIB_DEFS(AB_PROVIDER_DESCRIPTION | |
const char * | AB_Provider_GetName (const AB_PROVIDER *pro) |
const char * | AB_Provider_GetEscapedName (const AB_PROVIDER *pro) |
AB_BANKING * | AB_Provider_GetBanking (const AB_PROVIDER *pro) |
uint32_t | AB_Provider_GetFlags (const AB_PROVIDER *pro) |
int | AB_Provider_GetUserDataDir (const AB_PROVIDER *pro, GWEN_BUFFER *buf) |
Variables | |
AB_ProviderDescription | |
This file is used by AqBanking and provider backends.
Definition in file aqbanking/provider.h.
#define AB_PROVIDER_FLAGS_COMPLETE_DAY_REPORTS 0x00000001 |
Definition at line 30 of file aqbanking/provider.h.
typedef struct AB_PROVIDER AB_PROVIDER |
Definition at line 37 of file aqbanking/provider.h.
typedef struct AB_PROVIDER_DESCRIPTION AB_PROVIDER_DESCRIPTION |
Definition at line 40 of file aqbanking/provider.h.
GWEN_LIST_FUNCTION_LIB_DEFS | ( | AB_PROVIDER_DESCRIPTION | , |
AB_ProviderDescription | |||
) |
AB_ProviderDescription |
Definition at line 44 of file aqbanking/provider.h.