aqbanking 5.0.14
|
00001 /*************************************************************************** 00002 begin : Mon Mar 01 2004 00003 copyright : (C) 2004 by Martin Preuss 00004 email : martin@libchipcard.de 00005 00006 *************************************************************************** 00007 * Please see toplevel file COPYING for license details * 00008 ***************************************************************************/ 00009 00010 #ifndef AO_ACCOUNT_H 00011 #define AO_ACCOUNT_H 00012 00013 #include <aqbanking/account_be.h> 00014 #include <aqofxconnect/provider.h> 00015 00016 00017 #ifdef __cplusplus 00018 extern "C" { 00019 #endif 00020 00021 00022 AQOFXCONNECT_API void AO_Account_Extend(AB_ACCOUNT *a, AB_PROVIDER *pro, 00023 AB_PROVIDER_EXTEND_MODE em, 00024 GWEN_DB_NODE *dbBackend); 00025 00026 AQOFXCONNECT_API int AO_Account_GetMaxPurposeLines(const AB_ACCOUNT *a); 00027 AQOFXCONNECT_API void AO_Account_SetMaxPurposeLines(AB_ACCOUNT *a, int i); 00028 00029 AQOFXCONNECT_API int AO_Account_GetDebitAllowed(const AB_ACCOUNT *a); 00030 AQOFXCONNECT_API void AO_Account_SetDebitAllowed(AB_ACCOUNT *a, int i); 00031 00032 00033 00034 #ifdef __cplusplus 00035 } 00036 #endif 00037 00038 00039 #endif