00001 /*************************************************************************** 00002 $RCSfile: jobgetstandingorders_be.h,v $ 00003 ------------------- 00004 cvs : $Id: jobgetstandingorders_be.h,v 1.1 2005/05/01 20:14:12 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_JOBGETSTANDINGORDERS_BE_H 00015 #define AQBANKING_JOBGETSTANDINGORDERS_BE_H 00016 00017 00018 #include <aqbanking/job.h> 00019 #include <aqbanking/jobgetstandingorders.h> 00020 00021 00022 #ifdef __cplusplus 00023 extern "C" { 00024 #endif 00025 00026 00030 AQBANKING_API 00031 void AB_JobGetStandingOrders_SetStandingOrders(AB_JOB *j, 00032 AB_TRANSACTION_LIST2 *tl); 00033 00034 00035 #ifdef __cplusplus 00036 } 00037 #endif 00038 00039 00040 #endif /* AQBANKING_JOBGETSTANDINGORDERS_BE_H */ 00041