feat: fix compile error

This commit is contained in:
afwerar 2022-08-16 19:05:35 +08:00
parent 59959f7cf3
commit 72f5df0599
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ int32_t tsGrantHBInterval = 60;
#ifndef _STORAGE
int32_t taosSetTfsCfg(SConfig *pCfg) { return 0; }
#else
int32_t taosSetTfsCfg(SConfig *pCfg);
#endif
struct SConfig *taosGetCfg() {