Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

jobmultitransfer.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: jobmultitransfer.h,v $
00003                              -------------------
00004     cvs         : $Id: jobmultitransfer.h,v 1.1 2005/08/08 02:24:41 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 AH_JOBMULTITRANSFER_H
00015 #define AH_JOBMULTITRANSFER_H
00016 
00017 
00018 #include <aqhbci/accountjob.h>
00019 
00020 #include <gwenhywfar/gwentime.h>
00021 
00022 
00023 #ifdef __cplusplus
00024 extern "C" {
00025 #endif
00026 
00027 
00028 AH_JOB *AH_Job_MultiTransfer_new(AH_CUSTOMER *cu,
00029                                  AH_ACCOUNT *account);
00030 
00031 AH_JOB *AH_Job_MultiDebitNote_new(AH_CUSTOMER *cu,
00032                                   AH_ACCOUNT *account);
00033 
00034 
00035 int AH_Job_MultiTransferBase_GetTransferCount(AH_JOB *j);
00036 
00037 int AH_Job_MultiTransferBase_GetMaxTransfers(AH_JOB *j);
00038 
00039 
00040 #ifdef __cplusplus
00041 }
00042 #endif
00043 
00044 
00045 #endif /* AH_JOBMULTITRANSFER_H */
00046 
00047 

Generated on Thu Oct 6 14:49:08 2005 for aqbanking by  doxygen 1.4.4