Added stbbr_wait_for

This commit is contained in:
James Booth
2015-05-30 22:43:28 +01:00
parent 7ae9fe8466
commit e8ca581eea
6 changed files with 50 additions and 0 deletions

View File

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