aqbanking  5.0.22
jobgetstandingorders.h
Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003  -------------------
00004  cvs         : $Id$
00005  begin       : Mon Mar 01 2004
00006  copyright   : (C) 2004 by Martin Preuss
00007  email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  * This file is part of the project "AqBanking".                           *
00011  * Please see toplevel file COPYING of that project for license details.   *
00012  ***************************************************************************/
00013 
00014 
00015 #ifndef AQBANKING_JOBGETSTANDINGORDERS_H
00016 #define AQBANKING_JOBGETSTANDINGORDERS_H
00017 
00018 
00019 #include <aqbanking/job.h>
00020 #include <aqbanking/transaction.h>
00021 
00026 
00027 #ifdef __cplusplus
00028 extern "C" {
00029 #endif
00030 
00031 
00037 AQBANKING_API
00038 AB_JOB *AB_JobGetStandingOrders_new(AB_ACCOUNT *a);
00039 
00041 AQBANKING_API AQBANKING_DEPRECATED
00042 AB_TRANSACTION_LIST2*
00043   AB_JobGetStandingOrders_GetStandingOrders(const AB_JOB *j);
00044 
00045 
00046 
00047 #ifdef __cplusplus
00048 }
00049 #endif
00050 
00053 #endif /* AQBANKING_JOBGETSTANDINGORDERS_H */
00054