• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

banking_simple.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003  -------------------
00004  cvs         : $Id$
00005  begin       : Mon Mar 01 2004
00006  copyright   : (C) 2004 by Martin Preuss
00007  email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  * This file is part of the project "AqBanking".                           *
00011  * Please see toplevel file COPYING of that project for license details.   *
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  /* addtogroup */
00099 
00100 #ifdef __cplusplus
00101 }
00102 #endif
00103 
00104 
00105 #endif
00106 

Generated on Tue Aug 3 2010 17:34:15 for aqbanking by  doxygen 1.7.1