mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 03:45:08 +03:00
spelling: adapter
This commit is contained in:
parent
8ca676d7c8
commit
01673a1a9b
@ -839,7 +839,7 @@ LIST *SuGetAdapterList(SU *u)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
ret = NewList(SuCmpAdaterList);
|
||||
ret = NewList(SuCmpAdapterList);
|
||||
|
||||
// Enumerate adapters
|
||||
Zero(&u->AdapterInfoList, sizeof(u->AdapterInfoList));
|
||||
@ -869,7 +869,7 @@ LIST *SuGetAdapterList(SU *u)
|
||||
}
|
||||
|
||||
// Comparison function of the adapter list
|
||||
int SuCmpAdaterList(void *p1, void *p2)
|
||||
int SuCmpAdapterList(void *p1, void *p2)
|
||||
{
|
||||
int r;
|
||||
SU_ADAPTER_LIST *a1, *a2;
|
||||
|
@ -168,7 +168,7 @@ bool SuPutPacket(SU_ADAPTER *a, void *buf, UINT size);
|
||||
SU_ADAPTER_LIST *SuAdapterInfoToAdapterList(SL_ADAPTER_INFO *info);
|
||||
LIST *SuGetAdapterList(SU *u);
|
||||
void SuFreeAdapterList(LIST *o);
|
||||
int SuCmpAdaterList(void *p1, void *p2);
|
||||
int SuCmpAdapterList(void *p1, void *p2);
|
||||
|
||||
bool SuInstallDriver(bool force);
|
||||
bool SuInstallDriverInner(bool force);
|
||||
|
Loading…
Reference in New Issue
Block a user