Add first draft of calls to backend web service
This commit is contained in:
12
src/ac/ac_backend.h
Normal file
12
src/ac/ac_backend.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef __AC_BACKEND_HEADER__
|
||||
#define __AC_BACKEND_HEADER__
|
||||
|
||||
/* */
|
||||
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__ */
|
Reference in New Issue
Block a user