00001 /*************************************************************************** 00002 $RCSfile: jobgetbalance.h,v $ 00003 ------------------- 00004 cvs : $Id: jobgetbalance.h,v 1.6 2005/02/10 01:48:32 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_JOBGETBALANCE_H 00015 #define AQBANKING_JOBGETBALANCE_H 00016 00017 00018 #include <aqbanking/job.h> 00019 #include <aqbanking/accstatus.h> 00020 00021 #ifdef __cplusplus 00022 extern "C" { 00023 #endif 00024 00025 00026 AQBANKING_API 00027 AB_JOB *AB_JobGetBalance_new(AB_ACCOUNT *a); 00028 AQBANKING_API 00029 const AB_ACCOUNT_STATUS *AB_JobGetBalance_GetAccountStatus(AB_JOB *j); 00030 00031 #ifdef __cplusplus 00032 } 00033 #endif 00034 00035 00036 #endif /* AQBANKING_JOBGETBALANCE_H */ 00037