00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: account.h 776 2006-01-13 16:51:44Z cstim $ 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 AG_ACCOUNT_H 00014 #define AG_ACCOUNT_H 00015 00016 #include <aqgeldkarte/aqgeldkarte.h> 00017 #include <aqgeldkarte/provider.h> 00018 00019 #include <aqbanking/account_be.h> 00020 00021 00022 #ifdef __cplusplus 00023 extern "C" { 00024 #endif 00025 00026 00027 AQGELDKARTE_API 00028 const char *AG_Account_GetCardId(const AB_ACCOUNT *acc); 00029 00030 AQGELDKARTE_API 00031 void AG_Account_SetCardId(AB_ACCOUNT *acc, const char *s); 00032 00033 00034 00035 00036 00037 00038 00039 #ifdef __cplusplus 00040 } 00041 #endif 00042 00043 00044 #endif