aqbanking 5.0.2
|
00001 /*************************************************************************** 00002 begin : Fri Apr 16 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 AQBANKING_EDITUSER_DIALOG_H 00012 #define AQBANKING_EDITUSER_DIALOG_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_EditUserDialog_new(AB_BANKING *ab, AB_USER *u, int doLock); 00028 00029 00030 00031 00032 #ifdef __cplusplus 00033 } 00034 #endif 00035 00036 00037 00038 #endif 00039