Added http daemon

This commit is contained in:
James Booth
2015-05-31 23:17:50 +01:00
parent e8ca581eea
commit 123f23c438
11 changed files with 167 additions and 15 deletions

2
src/server/httpapi.h Normal file
View File

@@ -0,0 +1,2 @@
int httpapi_start(int port);
void httpapi_stop(void);