aqbanking  5.4.3beta
jobgettransactions.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Mon Mar 01 2004
3  copyright : (C) 2004-2013 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * This file is part of the project "AqBanking". *
8  * Please see toplevel file COPYING of that project for license details. *
9  ***************************************************************************/
10 
11 
12 #ifndef AQBANKING_JOBGETTRANSACTIONS_H
13 #define AQBANKING_JOBGETTRANSACTIONS_H
14 
15 
16 #include <aqbanking/job.h>
17 #include <aqbanking/transaction.h>
18 #include <aqbanking/accstatus.h>
19 
20 
25 
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
31 
39 
44 
45 
50 
51 
69  void AB_JobGetTransactions_SetFromTime(AB_JOB *j, const GWEN_TIME *t);
70 
79 void AB_JobGetTransactions_SetToTime(AB_JOB *j, const GWEN_TIME *t);
80 
82 const GWEN_TIME *AB_JobGetTransactions_GetFromTime(const AB_JOB *j);
83 
85 const GWEN_TIME *AB_JobGetTransactions_GetToTime(const AB_JOB *j);
107 #ifdef __cplusplus
108 }
109 #endif
110 
111  /* addtogroup */
113 
114 
115 #endif /* AQBANKING_JOBGETTRANSACTIONS_H */
116