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