15 #ifndef AQBANKING_BALANCE_H 16 #define AQBANKING_BALANCE_H 18 #include <gwenhywfar/gwentime.h> AB_BALANCE * AB_Balance_fromDb(GWEN_DB_NODE *db)
AB_BALANCE * AB_Balance_new(const AB_VALUE *v, const GWEN_TIME *t)
int AB_Balance_toDb(const AB_BALANCE *b, GWEN_DB_NODE *db)
void AB_Balance_free(AB_BALANCE *b)
const GWEN_TIME * AB_Balance_GetTime(const AB_BALANCE *b)
const AB_VALUE * AB_Balance_GetValue(const AB_BALANCE *b)
struct AB_BALANCE AB_BALANCE
void AB_Balance_SetValue(AB_BALANCE *b, const AB_VALUE *v)
AB_BALANCE * AB_Balance_dup(const AB_BALANCE *b)