aqbanking 5.0.2
|
00001 /*************************************************************************** 00002 begin : Tue Apr 13 2010 00003 copyright : (C) 2010 by Martin Preuss 00004 email : martin@aqbanking.de 00005 00006 *************************************************************************** 00007 * This file is part of the project "AqBanking". * 00008 * Please see toplevel file COPYING of that project for license details. * 00009 ***************************************************************************/ 00010 00011 #ifndef AQBANKING_DLG_SELECTBANKINFO_H 00012 #define AQBANKING_DLG_SELECTBANKINFO_H 00013 00014 00015 #include <gwenhywfar/dialog.h> 00016 #include <gwenhywfar/db.h> 00017 00018 #include <aqbanking/banking.h> 00019 00020 00021 #ifdef __cplusplus 00022 extern "C" { 00023 #endif 00024 00025 00031 00032 00033 AQBANKING_API 00034 GWEN_DIALOG *AB_SelectBankInfoDialog_new(AB_BANKING *ab, 00035 const char *country, 00036 const char *bankCode); 00037 00038 AQBANKING_API 00039 const AB_BANKINFO *AB_SelectBankInfoDialog_GetSelectedBankInfo(GWEN_DIALOG *dlg); 00040 00041 00042 00048 #ifdef __cplusplus 00049 } 00050 #endif 00051 00052 00053 00054 #endif 00055 00056 00057