compile error in windows

This commit is contained in:
Shengliang Guan 2020-10-29 16:28:21 +08:00
parent 34635a992a
commit 984073f1ef
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ typedef struct taosField {
#endif
DLL_EXPORT void taos_init();
DLL_EXPORT void taos_cleanup();
DLL_EXPORT void taos_cleanup(void);
DLL_EXPORT int taos_options(TSDB_OPTION option, const void *arg, ...);
DLL_EXPORT TAOS *taos_connect(const char *ip, const char *user, const char *pass, const char *db, uint16_t port);
DLL_EXPORT void taos_close(TAOS *taos);