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