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_STABBER
#define __H_STABBER
int stbbr_start(int port);
int stbbr_start(int port, int httpport);
void stbbr_stop(void);
void stbbr_set_timeout(int seconds);