Minor function definition tweaks for C/Swift compatibility

This commit is contained in:
Joseph Henry
2018-08-01 17:01:54 -07:00
parent d37091c8a3
commit 76440565c0
2 changed files with 3 additions and 3 deletions

View File

@@ -419,7 +419,7 @@ int zts_ready()
return zts_core_running() && zts_stack_running();
}
int zts_start(const char *path, bool blocking = false)
int zts_start(const char *path, int blocking = false)
{
if (zt1Service) {
return 0; // already initialized, ok