aqbanking 5.0.14
|
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_JOBEUTRANSFER_BE_H 00016 #define AQBANKING_JOBEUTRANSFER_BE_H 00017 00018 00019 #include <aqbanking/job.h> 00020 #include <aqbanking/jobeutransfer.h> 00021 00022 00027 00033 00039 AQBANKING_API 00040 void AB_JobEuTransfer_SetCountryInfoList(AB_JOB *j, 00041 AB_EUTRANSFER_INFO_LIST *l); 00042 00047 AQBANKING_API 00048 void AB_JobEuTransfer_SetIbanAllowed(AB_JOB *j, int b); 00052 /* addtogroup */ 00053 00054 00055 #endif 00056