00001 /* -*- mode: c++; -*- 00002 *----------------------------------------------------------------------------- 00003 * $RCSfile: OpenSOAP.h,v $ 00004 * 00005 * See Copyright for the status of this software. 00006 * 00007 * The OpenSOAP Project 00008 * http://opensoap.jp/ 00009 *----------------------------------------------------------------------------- 00010 */ 00011 #ifndef OpenSOAP_OpenSOAP_H 00012 #define OpenSOAP_OpenSOAP_H 00013 00014 #include <OpenSOAP/Defines.h> 00015 00022 #ifdef __cplusplus 00023 extern "C" { 00024 #endif /* __cplusplus */ 00025 00026 00036 int 00037 OPENSOAP_API 00038 OpenSOAPInitialize(/* [in] */ void *param); 00039 00046 int 00047 OPENSOAP_API 00048 OpenSOAPUltimate(void); 00049 00050 #ifdef __cplusplus 00051 } 00052 #endif /* __cplusplus */ 00053 00054 #endif /* OpenSOAP_OpenSOAP_H */