aqbanking
5.1.0beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
banking_simple.h
Go to the documentation of this file.
1
/***************************************************************************
2
begin : Mon Mar 01 2004
3
copyright : (C) 2004 by Martin Preuss
4
email : martin@libchipcard.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
12
#ifndef AQBANKING_BANKING_SIMPLE_H
13
#define AQBANKING_BANKING_SIMPLE_H
14
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
20
41
AQBANKING_API
42
void
AB_Banking_SetAccountAlias
(
AB_BANKING
*ab,
AB_ACCOUNT
*a,
const
char
*alias);
43
60
AQBANKING_API
61
AB_ACCOUNT
*
AB_Banking_GetAccountByAlias
(
AB_BANKING
*ab,
const
char
*alias);
62
63
67
#ifdef __cplusplus
68
}
69
#endif
70
71
72
#endif
73
Generated on Tue Nov 12 2013 11:09:16 for aqbanking by
1.8.1.2