101 #include <gwenhywfar/db.h> 102 #include <gwenhywfar/inherit.h> 103 #include <gwenhywfar/list2.h> 105 #include <gwenhywfar/types.h> 106 #include <gwenhywfar/fslock.h>
uint32_t AB_User_GetLastSessionId(const AB_USER *el)
void AB_User_Attach(AB_USER *st)
struct AB_BANKING AB_BANKING
The main interface of the aqbanking library.
void AB_User_SetCustomerId(AB_USER *el, const char *d)
void AB_User_free(AB_USER *st)
int AB_User_IsModified(const AB_USER *st)
const char * AB_User_GetUserName(const AB_USER *el)
int AB_User_toDb(const AB_USER *st, GWEN_DB_NODE *db)
int AB_User_ReadDb(AB_USER *st, GWEN_DB_NODE *db)
struct AB_USER_LIST2 AB_USER_LIST2
GWEN_INHERIT_FUNCTION_LIB_DEFS(AB_BANKINFO_PLUGIN,) GWEN_LIST2_FUNCTION_LIB_DEFS(AB_BANKINFO_PLUGIN
void AB_User_SetLastSessionId(AB_USER *el, uint32_t d)
void AB_User_SetCountry(AB_USER *el, const char *d)
GWEN_LIST2_FUNCTION_LIB_DEFS(AB_ACCOUNT_STATUS, AB_AccountStatus,) AB_ACCOUNT_STATUS *AB_AccountStatus_new()
void AB_User_SetUserId(AB_USER *el, const char *d)
void AB_User_SetModified(AB_USER *st, int i)
void AB_User_SetBackendName(AB_USER *el, const char *d)
const char * AB_User_GetBackendName(const AB_USER *el)
const char * AB_User_GetCustomerId(const AB_USER *el)
AB_BANKING * AB_User_GetBanking(const AB_USER *el)
const char * AB_User_GetUserId(const AB_USER *el)
uint32_t AB_User_GetUniqueId(const AB_USER *el)
void AB_User_SetBankCode(AB_USER *el, const char *d)
const char * AB_User_GetBankCode(const AB_USER *el)
void AB_User_SetUniqueId(AB_USER *el, uint32_t d)
const char * AB_User_GetCountry(const AB_USER *el)
void AB_User_List2_freeAll(AB_USER_LIST2 *stl)
void AB_User_SetUserName(AB_USER *el, const char *d)
void AB_User_SetBanking(AB_USER *el, AB_BANKING *d)