1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

Collect garbage at development

This commit is contained in:
Koichiro IWAO 2023-06-17 01:54:36 +09:00
parent 6665efb822
commit 41be858df0

View File

@ -624,17 +624,18 @@ void UnixDestroyClientTapDevice(char *name)
#else // NO_VLAN
void UnixCloseBridgeTapDevice(int fd)
void UnixCloseDevice(int fd)
{
}
void UnixCloseClientTapDevice(int fd)
{
void UnixDestroyTapDevice(char *name)
{
}
void UnixDestroyTapDeviceEx(char *name, char *prefix)
{
}
int UnixCreateTapDeviceEx(char *name, char *prefix, UCHAR *mac_address, bool create_up)
{
return -1;