aqbanking  5.7.8
dlg_getinst.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Wed Aug 18 2010
3  copyright : (C) 2010 by Martin Preuss
4  email : martin@aqbanking.de
5 
6  ***************************************************************************
7  * This file is part of the project "AqBanking". *
8  * Please see toplevel file COPYING of that project for license details. *
9  ***************************************************************************/
10 
11 #ifndef OFXHOME_DLG_GETINST_H
12 #define OFXHOME_DLG_GETINST_H
13 
14 
15 #include <gwenhywfar/dialog.h>
16 #include <gwenhywfar/db.h>
17 
20 
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 
28 GWEN_DIALOG *OH_GetInstituteDialog_new(const char *dataFolder, const char *name);
29 
32 
33 
34 
40 #ifdef __cplusplus
41 }
42 #endif
43 
44 
45 
46 #endif
47 
48 
49 
AQOFXCONNECT_API GWEN_DIALOG * OH_GetInstituteDialog_new(const char *dataFolder, const char *name)
AQOFXCONNECT_API const OH_INSTITUTE_DATA * OH_GetInstituteDialog_GetSelectedInstitute(GWEN_DIALOG *dlg)
struct OH_INSTITUTE_DATA OH_INSTITUTE_DATA
#define AQOFXCONNECT_API
Definition: aqofxconnect.h:45