00001 /*************************************************************************** 00002 $RCSfile: jobeutransfer_be.h,v $ 00003 ------------------- 00004 cvs : $Id: jobeutransfer_be.h,v 1.1 2005/03/22 21:52:04 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_JOBEUTRANSFER_BE_H 00015 #define AQBANKING_JOBEUTRANSFER_BE_H 00016 00017 00018 #include <aqbanking/job.h> 00019 #include <aqbanking/jobeutransfer.h> 00020 00021 00025 AQBANKING_API 00026 void AB_JobEuTransfer_SetCountryInfoList(AB_JOB *j, 00027 AB_EUTRANSFER_INFO_LIST *l); 00028 00029 AQBANKING_API 00030 void AB_JobEuTransfer_SetIbanAllowed(AB_JOB *j, int b); 00031 00032 00033 #endif 00034