aqbanking  5.0.22
dlg_setup_newuser.h
Go to the documentation of this file.
00001 /***************************************************************************
00002  begin       : Fri Jul 30 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_SETUP_NEWUSER_H
00012 #define AQBANKING_DLG_SETUP_NEWUSER_H
00013 
00014 
00015 #include <gwenhywfar/dialog.h>
00016 
00017 #include <aqbanking/banking.h>
00018 
00019 
00020 
00026 
00027 
00028 #ifdef __cplusplus
00029 extern "C" {
00030 #endif
00031 
00032 
00033 
00042 AQBANKING_API GWEN_DIALOG *AB_SetupNewUserDialog_new(AB_BANKING *ab);
00043 
00044 
00045 const char *AB_SetupNewUserDialog_GetSelectedBackend(const GWEN_DIALOG *dlg);
00046 int AB_SetupNewUserDialog_GetSelectedType(const GWEN_DIALOG *dlg);
00047 
00048 
00049 
00050 #ifdef __cplusplus
00051 }
00052 #endif
00053 
00054 
00058 #endif
00059