lokinet/include/llarp/link/utp.hpp

16 lines
226 B
C++
Raw Normal View History

#ifndef LLARP_LINK_UTP_HPP
#define LLARP_LINK_UTP_HPP
#include <llarp/link_layer.hpp>
namespace llarp
{
namespace utp
{
std::unique_ptr< ILinkLayer >
NewServer(llarp_router* r);
}
} // namespace llarp
#endif