aqbanking
5.0.22
|
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 00013 #ifndef AQBANKING_USERFNS_H 00014 #define AQBANKING_USERFNS_H 00015 00016 #include <aqbanking/user.h> 00017 00018 00019 #ifdef __cplusplus 00020 extern "C" { 00021 #endif 00022 00023 00024 AQBANKING_API 00025 AB_PROVIDER *AB_User_GetProvider(const AB_USER *u); 00026 00027 00028 #ifdef __cplusplus 00029 } /* __cplusplus */ 00030 #endif 00031 00032 00033 #endif /* AQBANKING_USERFNS_H */