add rpc update interface

This commit is contained in:
yihaoDeng 2023-09-02 18:07:00 +08:00
parent b485a61767
commit e3682628a3
1 changed files with 1 additions and 0 deletions

View File

@ -315,6 +315,7 @@ void uvWhiteListAdd(SWhiteList* pWhite, char* user, char* ip) {
}
void uvWhiteListUpdate(SWhiteList* pWhite, SHashObj* pTable) {
pWhite->ver++;
// impl later
}