aqbanking
5.0.24.0-git
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
dlg_newaccount_be.h
Go to the documentation of this file.
1
/***************************************************************************
2
begin : Wed Apr 14 2010
3
copyright : (C) 2010 by Martin Preuss
4
email : martin@aqbanking.de
5
6
***************************************************************************
7
* This file is part of the project "AqBanking". *
8
* Please see toplevel file COPYING of that project for license details. *
9
***************************************************************************/
10
11
#ifndef AB_DLG_NEW_ACCOUNT_BE_H
12
#define AB_DLG_NEW_ACCOUNT_BE_H
13
14
15
#include <
aqbanking/banking.h
>
16
#include <
aqbanking/account.h
>
17
18
#include <gwenhywfar/dialog.h>
19
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
25
26
27
AQBANKING_API
GWEN_DIALOG *
AB_NewAccountDialog_new
(
AB_BANKING
*ab,
const
char
*dname);
28
29
AQBANKING_API
AB_ACCOUNT
*
AB_NewAccountDialog_GetAccount
(
const
GWEN_DIALOG *dlg);
30
AQBANKING_API
void
AB_NewAccountDialog_SetAccount
(GWEN_DIALOG *dlg,
AB_ACCOUNT
*a);
31
32
33
#ifdef __cplusplus
34
}
35
#endif
36
37
38
39
#endif
40
Generated on Sun Dec 9 2012 12:56:41 for aqbanking by
1.8.1.2