provider.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: provider.h,v $
00003                              -------------------
00004     cvs         : $Id: provider.h,v 1.1 2005/08/08 02:24:40 aquamaniac Exp $
00005     begin       : Mon Mar 01 2004
00006     copyright   : (C) 2004 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
00011  ***************************************************************************/
00012 
00013 #ifndef AD_PROVIDER_H
00014 #define AD_PROVIDER_H
00015 
00016 
00017 #include <aqbanking/banking_be.h>
00018 #include <aqbanking/provider_be.h>
00019 
00020 
00021 #define AQDTAUS_LOGDOMAIN "aqdtaus"
00022 
00023 #ifdef __cplusplus
00024 extern "C" {
00025 #endif
00026 
00027 typedef struct AD_PROVIDER AD_PROVIDER;
00028 
00029 
00030 AB_PROVIDER *AD_Provider_new(AB_BANKING *ab);
00031 
00032 AB_ACCOUNT_LIST2 *AD_Provider_GetAccounts(AB_PROVIDER *pro);
00033 
00034 void AD_Provider_AddAccount(AB_PROVIDER *pro, AB_ACCOUNT *a);
00035 void AD_Provider_RemoveAccount(AB_PROVIDER *pro, AB_ACCOUNT *a);
00036 int AD_Provider_HasAccount(AB_PROVIDER *pro,
00037                            const char *bankCode,
00038                            const char *accountNumber);
00039 
00040 
00041 #ifdef __cplusplus
00042 }
00043 #endif
00044 
00045 
00046 #endif
00047 

Generated on Sat Jan 7 04:22:41 2006 for aqbanking by  doxygen 1.4.6