aqbanking 5.0.2

dlg_editaccount.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  begin       : Thu Apr 15 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_EDITACCOUNT_DIALOG_H
00012 #define AQBANKING_EDITACCOUNT_DIALOG_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_EditAccountDialog_new(AB_BANKING *ab, AB_ACCOUNT *a, int doLock);
00028 
00029 
00030 
00031 
00032 #ifdef __cplusplus
00033 }
00034 #endif
00035 
00036 
00037 
00038 #endif
00039