1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
This commit is contained in:
Jason Rhinelander 2022-09-12 13:17:53 -03:00
parent 05ed9d6de0
commit b856b78de3
No known key found for this signature in database
GPG key ID: C4992CE7A88D4262
2 changed files with 3 additions and 7 deletions

View file

@ -23,7 +23,6 @@ namespace llarp::win32
{
namespace
{
decltype(::WinDivertOpen)* open = nullptr;
decltype(::WinDivertClose)* close = nullptr;
decltype(::WinDivertShutdown)* shutdown = nullptr;
@ -126,8 +125,7 @@ namespace llarp::win32
return -1;
}
virtual bool
WritePacket(net::IPPacket) override
virtual bool WritePacket(net::IPPacket) override
{
return false;
}

View file

@ -17,8 +17,6 @@ namespace llarp::win32::wintun
{
/// makes a new vpn interface with a wintun context given info and a router pointer
std::shared_ptr<vpn::NetworkInterface>
make_interface(
const vpn::InterfaceInfo& info,
AbstractRouter* router);
make_interface(const vpn::InterfaceInfo& info, AbstractRouter* router);
} // namespace llarp::win32
} // namespace llarp::win32::wintun