mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-23 19:59:21 +03:00
Cedar/SM: replace SmStrToPortList() with StrToPortList()
The function only called StrToPortList(), thus it can safely be replaced with the upstream function.
This commit is contained in:
@ -440,7 +440,6 @@ UINT SmFarmDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, void *para
|
||||
void SmFarmDlgInit(HWND hWnd, SM_SERVER *p);
|
||||
void SmFarmDlgUpdate(HWND hWnd, SM_SERVER *p);
|
||||
void SmFarmDlgOnOk(HWND hWnd, SM_SERVER *p);
|
||||
LIST *SmStrToPortList(char *str);
|
||||
UINT SmFarmMemberDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, void *param);
|
||||
void SmFarmMemberDlgInit(HWND hWnd, SM_SERVER *p);
|
||||
void SmFarmMemberDlgUpdate(HWND hWnd, SM_SERVER *p);
|
||||
|
Reference in New Issue
Block a user