Added http daemon
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user