aqbanking  5.4.3beta
accstatus.h
Go to the documentation of this file.
1 /***************************************************************************
2  $RCSfile$
3  -------------------
4  cvs : $Id$
5  begin : Mon Apr 05 2004
6  copyright : (C) 2004 by Martin Preuss
7  email : martin@libchipcard.de
8 
9  ***************************************************************************
10  * This file is part of the project "AqBanking". *
11  * Please see toplevel file COPYING of that project for license details. *
12  ***************************************************************************/
13 
14 
15 #ifndef AQBANKING_ACCSTATUS_H
16 #define AQBANKING_ACCSTATUS_H
17 
18 #include <aqbanking/value.h>
19 #include <aqbanking/balance.h>
20 
21 #include <gwenhywfar/gwentime.h>
22 #include <gwenhywfar/list2.h>
23 
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
30 
33 
34 
36 AB_ACCOUNT_STATUS *AB_AccountStatus_new();
42 int AB_AccountStatus_toDb(const AB_ACCOUNT_STATUS *as, GWEN_DB_NODE *db);
43 
46 
47 
49 const GWEN_TIME*
53  const GWEN_TIME *t);
55 const AB_VALUE*
59  const AB_VALUE *v);
60 
62 const AB_VALUE*
66  const AB_VALUE *v);
67 
69 const AB_VALUE*
73  const AB_VALUE *v);
74 
76 const AB_BALANCE*
80  const AB_BALANCE *b);
81 
83 const AB_BALANCE*
87  const AB_BALANCE *b);
88 
89 
92 
93 
94 #ifdef __cplusplus
95 }
96 #endif
97 
98 
99 #endif /* AQBANKING_ACCSTATUS_H */
100 
101