00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: userfns.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 00016 #ifndef AQBANKING_USERFNS_H 00017 #define AQBANKING_USERFNS_H 00018 00019 #include <aqbanking/user.h> 00020 00021 00022 #ifdef __cplusplus 00023 extern "C" { 00024 #endif 00025 00026 00027 AQBANKING_API 00028 AB_USER *AB_User_fromDb(AB_BANKING *ab, GWEN_DB_NODE *db); 00029 00030 AQBANKING_API 00031 AB_PROVIDER *AB_User_GetProvider(const AB_USER *u); 00032 00033 AQBANKING_API 00034 GWEN_DB_NODE *AB_User_GetProviderData(const AB_USER *u); 00035 00036 AQBANKING_API 00037 GWEN_DB_NODE *AB_User_GetAppData(const AB_USER *u); 00038 00039 00040 #ifdef __cplusplus 00041 } /* __cplusplus */ 00042 #endif 00043 00044 00045 #endif /* AQBANKING_USERFNS_H */