mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +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&);
|