aqbanking
5.0.24.0-git
|
00001 /*************************************************************************** 00002 begin : Wed Aug 18 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 OFXHOME_DLG_GETINST_H 00012 #define OFXHOME_DLG_GETINST_H 00013 00014 00015 #include <gwenhywfar/dialog.h> 00016 #include <gwenhywfar/db.h> 00017 00018 #include <aqofxconnect/aqofxconnect.h> 00019 #include <aqofxconnect/oh_institute_data.h> 00020 00021 00022 #ifdef __cplusplus 00023 extern "C" { 00024 #endif 00025 00026 00027 AQOFXCONNECT_API 00028 GWEN_DIALOG *OH_GetInstituteDialog_new(const char *dataFolder, const char *name); 00029 00030 AQOFXCONNECT_API 00031 const OH_INSTITUTE_DATA *OH_GetInstituteDialog_GetSelectedInstitute(GWEN_DIALOG *dlg); 00032 00033 00034 00040 #ifdef __cplusplus 00041 } 00042 #endif 00043 00044 00045 00046 #endif 00047 00048 00049