Add global denit.

This commit is contained in:
Jeffrey Townsend
2017-09-08 22:46:15 +00:00
parent 9038737228
commit b89d5a1ce8

View File

@@ -77,6 +77,12 @@ onlp_api_lock_init(void)
onlp_shlock_global_init();
}
void
onlp_api_lock_denit(void)
{
/* TODO */
}
void
onlp_api_lock(const char* api)
{