aqbanking  5.0.24.0-git
banking_info.h
Go to the documentation of this file.
1 /***************************************************************************
2  $RCSfile$
3  -------------------
4  cvs : $Id$
5  begin : Mon Mar 01 2004
6  copyright : (C) 2004 by Martin Preuss
7  email : martin@libchipcard.de
8 
9  ***************************************************************************
10  * This file is part of the project "AqBanking". *
11  * Please see toplevel file COPYING of that project for license details. *
12  ***************************************************************************/
13 
14 
15 #ifndef AQBANKING_BANKING_INFO_H
16 #define AQBANKING_BANKING_INFO_H
17 
18 #include <aqbanking/bankinfo.h>
20 #include <aqbanking/country.h>
21 
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 
31 
32 
53  const char *country,
54  const char *branchId,
55  const char *bankId);
56 
73  const char *country,
74  AB_BANKINFO *tbi,
75  AB_BANKINFO_LIST2 *bl);
76 
77 
91  const char *country,
92  const char *branchId,
93  const char *bankId,
94  const char *accountId);
95 
103 int AB_Banking_CheckIban(const char *iban);
104 
114 
123  const char *name);
132  const char *name);
141  const char *code);
142 
149  int numid);
150 
161  const char *name);
172  const char *name);
176  /* addtogroup */
177 
178 
179 #ifdef __cplusplus
180 }
181 #endif
182 
183 #endif
184 
185