1 /***************************************************************************
2  begin       : Fri Jul 30 2010
3  copyright   : (C) 2018 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 AQHBCI_CHOOSEUSERTYPE_DIALOG_H
12 #define AQHBCI_CHOOSEUSERTYPE_DIALOG_H
13 
14 
15 #include <gwenhywfar/dialog.h>
16 #include <aqbanking/banking.h>
17 #include <aqbanking/backendsupport/provider_be.h>
18 #include <aqhbci/aqhbci.h>
19 
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25 
26 AQHBCI_API GWEN_DIALOG *AH_ChooseUserTypeDialog_new(AB_PROVIDER *pro);
27 
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 
34 
35 
36 #endif
37 
38