aqbanking  5.7.8
country.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_COUNTRY_H
16 #define AQBANKING_COUNTRY_H
17 
18 #include <gwenhywfar/list2.h>
19 #include <aqbanking/error.h>
20 
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 
27 typedef struct AB_COUNTRY AB_COUNTRY;
28 GWEN_CONSTLIST2_FUNCTION_LIB_DEFS(AB_COUNTRY, AB_Country, AQBANKING_API)
29 
30 #include <aqbanking/banking.h>
31 
36 const char *AB_Country_GetName(const AB_COUNTRY *cntry);
37 
42 const char *AB_Country_GetCode(const AB_COUNTRY *cntry);
43 
48 int AB_Country_GetNumericCode(const AB_COUNTRY *cntry);
49 
56 const char *AB_Country_GetLocalName(const AB_COUNTRY *cntry);
57 
58 
59 
65 const char *AB_Country_GetCurrencyName(const AB_COUNTRY *cntry);
66 
72 const char *AB_Country_GetCurrencyCode(const AB_COUNTRY *cntry);
73 
79 const char *AB_Country_GetLocalCurrencyName(const AB_COUNTRY *cntry);
80 
81 
82 
83 #ifdef __cplusplus
84 }
85 #endif
86 
87 
88 #endif /* AQBANKING_COUNTRY_H */
const char * AB_Country_GetLocalCurrencyName(const AB_COUNTRY *cntry)
#define AQBANKING_API
Definition: error.h:55
const char * AB_Country_GetLocalName(const AB_COUNTRY *cntry)
const char * AB_Country_GetCode(const AB_COUNTRY *cntry)
int AB_Country_GetNumericCode(const AB_COUNTRY *cntry)
const char * AB_Country_GetCurrencyName(const AB_COUNTRY *cntry)
struct AB_COUNTRY AB_COUNTRY
Definition: country.h:27
const char * AB_Country_GetName(const AB_COUNTRY *cntry)
const char * AB_Country_GetCurrencyCode(const AB_COUNTRY *cntry)