#ifndef __AC_BACKEND_HEADER__ #define __AC_BACKEND_HEADER__ /* */ #define SOAP_NAMESPACE_URI "http://smartcapwap/namespace" /* */ int ac_backend_start(void); void ac_backend_stop(void); /* */ int ac_backend_isconnect(void); struct ac_http_soap_server* ac_backend_gethttpsoapserver(void); #endif /* __AC_BACKEND_HEADER__ */