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_NEW_ACCOUNT_BE_H 00012 #define AB_DLG_NEW_ACCOUNT_BE_H 00013 00014 00015 #include <aqbanking/banking.h> 00016 #include <aqbanking/account.h> 00017 00018 #include <gwenhywfar/dialog.h> 00019 00020 00021 #ifdef __cplusplus 00022 extern "C" { 00023 #endif 00024 00025 00026 00027 AQBANKING_API GWEN_DIALOG *AB_NewAccountDialog_new(AB_BANKING *ab, const char *dname); 00028 00029 AQBANKING_API AB_ACCOUNT *AB_NewAccountDialog_GetAccount(const GWEN_DIALOG *dlg); 00030 AQBANKING_API void AB_NewAccountDialog_SetAccount(GWEN_DIALOG *dlg, AB_ACCOUNT *a); 00031 00032 00033 #ifdef __cplusplus 00034 } 00035 #endif 00036 00037 00038 00039 #endif 00040