aqbanking  5.0.31beta
jobgettransactions.h
Go to the documentation of this file.
1 /***************************************************************************
2  $RCSfile$
3  -------------------
4  cvs : $Id$
5  begin : Mon Mar 01 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_JOBGETTRANSACTIONS_H
16 #define AQBANKING_JOBGETTRANSACTIONS_H
17 
18 
19 #include <aqbanking/job.h>
20 #include <aqbanking/transaction.h>
21 #include <aqbanking/accstatus.h>
22 
23 
28 
29 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
34 
42 
47 
48 
53 
54 
72  void AB_JobGetTransactions_SetFromTime(AB_JOB *j, const GWEN_TIME *t);
73 
82 void AB_JobGetTransactions_SetToTime(AB_JOB *j, const GWEN_TIME *t);
83 
85 const GWEN_TIME *AB_JobGetTransactions_GetFromTime(const AB_JOB *j);
86 
88 const GWEN_TIME *AB_JobGetTransactions_GetToTime(const AB_JOB *j);
110 #ifdef __cplusplus
111 }
112 #endif
113 
114  /* addtogroup */
116 
117 
118 #endif /* AQBANKING_JOBGETTRANSACTIONS_H */
119