8 #ifndef AB_ACCOUNTQUEUE_H 9 #define AB_ACCOUNTQUEUE_H 39 #include <gwenhywfar/types.h> 40 #include <gwenhywfar/list1.h> 41 #include <gwenhywfar/inherit.h> 54 #include <aqbanking/ab_accountqueuefns.h> The main interface of the aqbanking library.
struct AB_ACCOUNTQUEUE AB_ACCOUNTQUEUE
AB_ACCOUNTQUEUE_LIST * AB_AccountQueue_List_dup(const AB_ACCOUNTQUEUE_LIST *p_src)
void AB_AccountQueue_free(AB_ACCOUNTQUEUE *p_struct)
GWEN_INHERIT_FUNCTION_LIB_DEFS(AB_BANKINFO_PLUGIN,) GWEN_LIST2_FUNCTION_LIB_DEFS(AB_BANKINFO_PLUGIN
void AB_AccountQueue_Attach(AB_ACCOUNTQUEUE *p_struct)
AB_JOBQUEUE_LIST * AB_AccountQueue_GetJobQueueList(const AB_ACCOUNTQUEUE *p_struct)
AB_ACCOUNTQUEUE * AB_AccountQueue_dup(const AB_ACCOUNTQUEUE *p_struct)
void AB_AccountQueue_SetAccount(AB_ACCOUNTQUEUE *p_struct, AB_ACCOUNT *p_src)
AB_ACCOUNTQUEUE * AB_AccountQueue_new(void)
AB_ACCOUNT * AB_AccountQueue_GetAccount(const AB_ACCOUNTQUEUE *p_struct)
void AB_AccountQueue_SetJobQueueList(AB_ACCOUNTQUEUE *p_struct, AB_JOBQUEUE_LIST *p_src)
GWEN_LIST_FUNCTION_LIB_DEFS(AB_PROVIDER_DESCRIPTION, AB_ProviderDescription,) GWEN_LIST2_FUNCTION_LIB_DEFS(AB_PROVIDER_DESCRIPTION
struct AB_ACCOUNT AB_ACCOUNT