fix: build error
This commit is contained in:
parent
9457d3a269
commit
7ca37dc4a6
|
@ -119,6 +119,8 @@ int32_t taosSetFileHandlesLimit();
|
||||||
|
|
||||||
int32_t taosLinkFile(char *src, char *dst);
|
int32_t taosLinkFile(char *src, char *dst);
|
||||||
|
|
||||||
|
bool lastErrorIsFileNotExist();
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue