mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
9 lines
235 B
C
9 lines
235 B
C
#ifndef TDENGINE_ASTTOMSG_H
|
|
#define TDENGINE_ASTTOMSG_H
|
|
|
|
#include "parserInt.h"
|
|
#include "taosmsg.h"
|
|
|
|
SCreateUserMsg* buildUserManipulationMsg(SSqlInfo* pInfo, int64_t id, char* msgBuf, int32_t msgLen);
|
|
|
|
#endif // TDENGINE_ASTTOMSG_H
|