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

View File

@@ -1,7 +1,7 @@
#ifndef __H_SERVER
#define __H_SERVER
int server_run(int port);
int server_run(int port, int httpport);
void server_stop(void);
void server_wait_for(char *id);