Modules: export GetClientInfoById().

This commit is contained in:
antirez
2019-10-16 10:18:07 +02:00
parent 6ea8641ae0
commit e9b5484ddd
2 changed files with 3 additions and 0 deletions

View File

@ -6268,4 +6268,5 @@ void moduleRegisterCoreAPI(void) {
REGISTER_API(InfoAddFieldDouble);
REGISTER_API(InfoAddFieldLongLong);
REGISTER_API(InfoAddFieldULongLong);
REGISTER_API(GetClientInfoById);
}