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

@@ -16,6 +16,12 @@ stbbr_start(int port)
return server_run(port);
}
void
stbbr_set_timeout(int seconds)
{
verify_set_timeout(seconds);
}
int
stbbr_auth_passwd(char *password)
{