mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-29 05:31:56 +00:00
5 lines
120 B
C
5 lines
120 B
C
#pragma once
|
|
|
|
#include <Kernel/Net/NetworkAdapter.h>
|
|
|
|
WeakPtr<NetworkAdapter> adapter_for_route_to(const IPv4Address&);
|