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

account_be.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_ACCOUNT_BE_H
00016 #define AQBANKING_ACCOUNT_BE_H
00017 
00018 #ifdef __cplusplus
00019 extern "C" {
00020 #endif
00021 
00022 #include <aqbanking/account.h>
00023 
00024 
00025 GWEN_LIST_FUNCTION_DEFS(AB_ACCOUNT, AB_Account)
00026 
00027 
00028 
00034 AQBANKING_API 
00035 void AB_Account_List2_FreeAll(AB_ACCOUNT_LIST2 *al);
00036 
00037 
00038 #ifdef __cplusplus
00039 }
00040 #endif
00041 
00042 
00043 #endif
00044 

Generated on Mon Sep 20 2010 18:13:21 for aqbanking by  doxygen 1.7.1