Added stbbr_send

This commit is contained in:
James Booth
2015-05-24 21:46:26 +01:00
parent dbccbb70a5
commit dda02514df
4 changed files with 31 additions and 0 deletions

View File

@@ -4,4 +4,6 @@
int server_run(int port);
void server_stop(void);
void server_send(char *stream);
#endif