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