First stone for the management the AC via webservice

This commit is contained in:
vemax78
2013-07-25 23:12:43 +02:00
parent 996a9e0f36
commit c2ff7e0db5
7 changed files with 136 additions and 31 deletions

View File

@ -1,6 +1,9 @@
#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);