Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef AQBANKING_BANKING_SIMPLE_H
00016 #define AQBANKING_BANKING_SIMPLE_H
00017
00018
00019 #ifdef __cplusplus
00020 extern "C" {
00021 #endif
00022
00023
00028
00049 AQBANKING_API
00050 void AB_Banking_SetAccountAlias(AB_BANKING *ab,
00051 AB_ACCOUNT *a, const char *alias,
00052 uint32_t guiid);
00053
00070 AQBANKING_API
00071 AB_ACCOUNT *AB_Banking_GetAccountByAlias(AB_BANKING *ab,
00072 const char *alias,
00073 uint32_t guiid);
00074
00075
00076 AQBANKING_API
00077 int AB_Banking_ExportWithProfile(AB_BANKING *ab,
00078 const char *exporterName,
00079 AB_IMEXPORTER_CONTEXT *ctx,
00080 const char *profileName,
00081 const char *profileFile,
00082 GWEN_IO_LAYER *io,
00083 uint32_t guiid);
00084
00085 AQBANKING_API
00086 int AB_Banking_ImportWithProfile(AB_BANKING *ab,
00087 const char *importerName,
00088 AB_IMEXPORTER_CONTEXT *ctx,
00089 const char *profileName,
00090 const char *profileFile,
00091 GWEN_IO_LAYER *io,
00092 uint32_t guiid);
00093
00094
00098
00099
00100 #ifdef __cplusplus
00101 }
00102 #endif
00103
00104
00105 #endif
00106