00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: banking_simple.h 1396 2007-11-22 17:37:27Z martin $ 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 00069 AQBANKING_API 00070 AB_ACCOUNT *AB_Banking_GetAccountByAlias(AB_BANKING *ab, 00071 const char *alias); 00075 /* addtogroup */ 00076 00077 #ifdef __cplusplus 00078 } 00079 #endif 00080 00081 00082 #endif 00083