Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef AQBANKING_JOBGETTRANSACTIONS_BE_H
00016 #define AQBANKING_JOBGETTRANSACTIONS_BE_H
00017
00018
00019 #include <aqbanking/job.h>
00020 #include <aqbanking/jobgettransactions.h>
00021
00022
00023 #ifdef __cplusplus
00024 extern "C" {
00025 #endif
00026
00027
00028 AQBANKING_API
00029 void AB_JobGetTransactions_SetMaxStoreDays(AB_JOB *j, int i);
00030
00031
00032
00033 #ifdef __cplusplus
00034 }
00035 #endif
00036
00037
00038 #endif
00039