#ifndef LLARP_NET_HPP #define LLARP_NET_HPP #include #include namespace llarp { namespace net { bool GetIfAddr(const std::string& ifname, int af, sockaddr* addr); } } // namespace llarp #endif