00001 /*************************************************************************** 00002 begin : Tue Aug 17 2010 00003 copyright : (C) 2010 by Martin Preuss 00004 email : martin@libchipcard.de 00005 00006 *************************************************************************** 00007 * Please see toplevel file COPYING for license details * 00008 ***************************************************************************/ 00009 00010 00011 #ifndef OH_INSTITUTE_DATA_SPEC_H 00012 #define OH_INSTITUTE_DATA_SPEC_H 00013 00014 00015 #include <aqofxconnect/aqofxconnect.h> 00016 00017 #include <gwenhywfar/xml.h> 00018 00019 00020 00021 AQOFXCONNECT_API OH_INSTITUTE_SPEC *OH_InstituteSpec_fromXml(GWEN_XMLNODE *node); 00022 00023 AQOFXCONNECT_API int OH_InstituteSpec_ReadXml(OH_INSTITUTE_SPEC *os, GWEN_XMLNODE *node); 00024 00025 00026 00027 #endif 00028