00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef AQBANKING_ACCOUNT_BE_H
00015 #define AQBANKING_ACCOUNT_BE_H
00016
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020
00021 #include <aqbanking/account.h>
00022
00023
00024 GWEN_LIST_FUNCTION_DEFS(AB_ACCOUNT, AB_Account)
00025
00026
00027
00033 AQBANKING_API
00034 void AB_Account_List2_FreeAll(AB_ACCOUNT_LIST2 *al);
00035
00036
00037 #ifdef __cplusplus
00038 }
00039 #endif
00040
00041
00042 #endif
00043