mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
6 lines
120 B
C
6 lines
120 B
C
#pragma once
|
|
|
|
#include <Kernel/Net/NetworkAdapter.h>
|
|
|
|
WeakPtr<NetworkAdapter> adapter_for_route_to(const IPv4Address&);
|