00001 /*************************************************************************** 00002 $RCSfile: banking_imex.h,v $ 00003 ------------------- 00004 cvs : $Id: banking_imex.h,v 1.1 2006/02/24 03:07:58 aquamaniac 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 #ifndef AQBANKING_BANKING_IMEX_H 00015 #define AQBANKING_BANKING_IMEX_H 00016 00017 #include <aqbanking/imexporter.h> 00018 00019 00020 #ifdef __cplusplus 00021 extern "C" { 00022 #endif 00023 00024 00028 00029 00043 AQBANKING_API 00044 GWEN_PLUGIN_DESCRIPTION_LIST2 *AB_Banking_GetImExporterDescrs(AB_BANKING *ab); 00045 00053 AQBANKING_API 00054 AB_IMEXPORTER *AB_Banking_GetImExporter(AB_BANKING *ab, const char *name); 00055 00088 AQBANKING_API 00089 GWEN_DB_NODE *AB_Banking_GetImExporterProfiles(AB_BANKING *ab, 00090 const char *name); 00094 /* addtogroup */ 00095 00096 #ifdef __cplusplus 00097 } 00098 #endif 00099 00100 #endif 00101