#ifndef __SOAPSERVER_H #define __SOAPSERVER_H #ifdef __cplusplus extern "C" { #endif int startSOAPServer(); void stopSOAPServer(); #ifdef __cplusplus } #endif #endif