00001 /*************************************************************************** 00002 begin : Mon Mar 01 2004 00003 copyright : (C) 2004 by Martin Preuss 00004 email : martin@libchipcard.de 00005 00006 *************************************************************************** 00007 * This file is part of the project "AqBanking". * 00008 * Please see toplevel file COPYING of that project for license details. * 00009 ***************************************************************************/ 00010 00011 00012 #ifndef AQBANKING_BANKING_SIMPLE_H 00013 #define AQBANKING_BANKING_SIMPLE_H 00014 00015 00016 #ifdef __cplusplus 00017 extern "C" { 00018 #endif 00019 00020 00041 AQBANKING_API 00042 void AB_Banking_SetAccountAlias(AB_BANKING *ab, AB_ACCOUNT *a, const char *alias); 00043 00060 AQBANKING_API 00061 AB_ACCOUNT *AB_Banking_GetAccountByAlias(AB_BANKING *ab, const char *alias); 00062 00063 00067 #ifdef __cplusplus 00068 } 00069 #endif 00070 00071 00072 #endif 00073