00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id$ 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 #ifndef AQBANKING_MSGENGINE_H 00016 #define AQBANKING_MSGENGINE_H 00017 00018 #include <aqbanking/error.h> /* for AQBANKING_API */ 00019 #include <gwenhywfar/msgengine.h> 00020 00021 #ifdef __cplusplus 00022 extern "C" { 00023 #endif 00024 00025 00039 AQBANKING_API 00040 GWEN_MSGENGINE *AB_MsgEngine_new(); 00041 00042 00043 #ifdef __cplusplus 00044 } 00045 #endif 00046 00047 00048 #endif /* AQBANKING_MSGENGINE_H */ 00049 00050