aqbanking 5.0.2

dlg_setup.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  begin       : Wed Apr 14 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 AB_DLG_SETUP_H
00012 #define AB_DLG_SETUP_H
00013 
00014 
00015 #include <aqbanking/banking.h>
00016 
00017 #include <gwenhywfar/dialog.h>
00018 #include <gwenhywfar/db.h>
00019 
00020 
00021 
00027 
00028 
00029 #ifdef __cplusplus
00030 extern "C" {
00031 #endif
00032 
00033 
00034 
00035 AQBANKING_API GWEN_DIALOG *AB_SetupDialog_new(AB_BANKING *ab);
00036 
00037 
00038 
00039 #ifdef __cplusplus
00040 }
00041 #endif
00042 
00043 
00044 
00049 #endif
00050