mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00: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&);
|