00001 /*************************************************************************** 00002 $RCSfile: jobgetdatedtransfers.h,v $ 00003 ------------------- 00004 cvs : $Id: jobgetdatedtransfers.h,v 1.4 2006/02/21 17:04:54 aquamaniac Exp $ 00005 begin : Mon Mar 01 2004 00006 copyright : (C) 2004 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * Please see toplevel file COPYING for license details * 00011 ***************************************************************************/ 00012 00013 00014 #ifndef AQBANKING_JOBGETDATEDTRANSFERS_H 00015 #define AQBANKING_JOBGETDATEDTRANSFERS_H 00016 00017 00018 #include <aqbanking/job.h> 00019 #include <aqbanking/transaction.h> 00020 00025 00026 #ifdef __cplusplus 00027 extern "C" { 00028 #endif 00029 00030 00036 AQBANKING_API 00037 AB_JOB *AB_JobGetDatedTransfers_new(AB_ACCOUNT *a); 00038 00040 AQBANKING_API AQBANKING_DEPRECATED 00041 AB_TRANSACTION_LIST2* 00042 AB_JobGetDatedTransfers_GetDatedTransfers(const AB_JOB *j); 00043 00044 00045 00046 #ifdef __cplusplus 00047 } 00048 #endif 00049 00050 00054 #endif /* AQBANKING_JOBGETDATEDTRANSFERS_H */ 00055