aqbanking
5.0.22
|
00001 /*************************************************************************** 00002 begin : Thu Jun 18 2009 00003 copyright : (C) 2009 by Martin Preuss 00004 email : martin@libchipcard.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 00012 #ifndef AQBANKING_GUI_H 00013 #define AQBANKING_GUI_H 00014 00015 00016 #include <gwenhywfar/gui_be.h> 00017 #include <aqbanking/banking.h> 00018 00019 00065 00066 00067 00068 #ifdef __cplusplus 00069 extern "C" { 00070 #endif 00071 00072 00079 AQBANKING_API GWEN_GUI *AB_Gui_new(AB_BANKING *ab); 00080 00090 AQBANKING_API void AB_Gui_Extend(GWEN_GUI *gui, AB_BANKING *ab); 00091 00097 AQBANKING_API void AB_Gui_Unextend(GWEN_GUI *gui); 00098 00099 00100 #ifdef __cplusplus 00101 } 00102 #endif 00103 00104 /* end of group G_AB_GUI */ 00106 00107 00108 #endif 00109 00110