aqbanking  5.7.8
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 
42 void AB_Banking_SetAccountAlias(AB_BANKING *ab, AB_ACCOUNT *a, const char *alias);
43 
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 
struct AB_BANKING AB_BANKING
Definition: banking.h:26
#define AQBANKING_API
Definition: error.h:55
void AB_Banking_SetAccountAlias(AB_BANKING *ab, AB_ACCOUNT *a, const char *alias)
AB_ACCOUNT * AB_Banking_GetAccountByAlias(AB_BANKING *ab, const char *alias)
struct AB_ACCOUNT AB_ACCOUNT