Made verifications blocking calls with timeout

This commit is contained in:
James Booth
2015-05-27 22:41:51 +01:00
parent 8907bd0ac9
commit bb9b49a8ea
6 changed files with 73 additions and 4 deletions

View File

@@ -4,6 +4,8 @@
int stbbr_start(int port);
void stbbr_stop(void);
void stbbr_set_timeout(int seconds);
int stbbr_auth_passwd(char *password);
void stbbr_for(char *id, char *stream);