aqbanking 5.0.14
|
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_USER_BE_H 00012 #define AB_DLG_NEW_USER_BE_H 00013 00014 00015 #include <aqbanking/banking.h> 00016 #include <aqbanking/user.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_NewUserDialog_new(AB_BANKING *ab, const char *dname); 00028 00029 AQBANKING_API AB_BANKING *AB_NewUserDialog_GetBanking(const GWEN_DIALOG *dlg); 00030 00031 AQBANKING_API AB_USER *AB_NewUserDialog_GetUser(const GWEN_DIALOG *dlg); 00032 AQBANKING_API void AB_NewUserDialog_SetUser(GWEN_DIALOG *dlg, AB_USER *u); 00033 00034 00035 #ifdef __cplusplus 00036 } 00037 #endif 00038 00039 00040 00041 #endif 00042