RM_ReplyWithCString was missing registration
This commit is contained in:
parent
0e9b5adbd3
commit
0a97149dec
@ -5389,6 +5389,7 @@ void moduleRegisterCoreAPI(void) {
|
||||
REGISTER_API(ReplySetArrayLength);
|
||||
REGISTER_API(ReplyWithString);
|
||||
REGISTER_API(ReplyWithStringBuffer);
|
||||
REGISTER_API(ReplyWithCString);
|
||||
REGISTER_API(ReplyWithNull);
|
||||
REGISTER_API(ReplyWithCallReply);
|
||||
REGISTER_API(ReplyWithDouble);
|
||||
|
Loading…
x
Reference in New Issue
Block a user