Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
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